update to v5.1.1

This commit is contained in:
ed barz 2023-01-05 20:03:31 +00:00
parent d2ee79857e
commit dee91e21da
1 changed files with 2 additions and 2 deletions

View File

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