Upgrade to version G4.0.5.1
This commit is contained in:
parent
a01843dc43
commit
af7d1d77fd
4
Makefile
4
Makefile
|
@ -2,9 +2,9 @@ INSTALL_PATH=/opt
|
|||
EXEC=waterfox
|
||||
BIN_PATH=/usr/local/bin
|
||||
|
||||
SRC_URL="https://cdn.waterfox.net/releases/linux64/installer"
|
||||
SRC_URL="https://github.com/WaterfoxCo/Waterfox/releases/download/G4.0.5.1"
|
||||
|
||||
ARCHIVE=waterfox-G3.2.6.en-US.linux-x86_64.tar.bz2
|
||||
ARCHIVE=waterfox-G4.0.5.1.en-US.linux-x86_64.tar.bz2
|
||||
|
||||
$(ARCHIVE):
|
||||
wget $(SRC_URL)/$(ARCHIVE)
|
||||
|
|
Loading…
Reference in New Issue