update to version G4.0.6

This commit is contained in:
ed barz 2022-01-12 19:13:13 +00:00
parent af7d1d77fd
commit d2ee79857e
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ INSTALL_PATH=/opt
EXEC=waterfox
BIN_PATH=/usr/local/bin
SRC_URL="https://github.com/WaterfoxCo/Waterfox/releases/download/G4.0.5.1"
SRC_URL="https://github.com/WaterfoxCo/Waterfox/releases/download/G4.0.6"
ARCHIVE=waterfox-G4.0.5.1.en-US.linux-x86_64.tar.bz2
ARCHIVE=waterfox-G4.0.6.en-US.linux-x86_64.tar.bz2
$(ARCHIVE):
wget $(SRC_URL)/$(ARCHIVE)