From d033a1c37efef9fc31e30781bdf294b3d9fce164 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 12 Aug 2021 18:46:57 +0200 Subject: [PATCH] SRC updated --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 85bc595..56ffb33 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,9 @@ INSTALL_PATH=/opt EXEC=waterfox BIN_PATH=/usr/local/bin -#https://cdn.waterfox.net/releases/linux64/installer/waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2 +SRC_URL="https://cdn.waterfox.net/releases/linux64/installer" -SRC_URL="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer" -W_VERS="2020.10.en-US.linux-x86_64" - -ARCHIVE=waterfox-current-$(W_VERS).tar.bz2 +ARCHIVE=waterfox-G3.2.5.en-US.linux-x86_64.tar.bz2 $(ARCHIVE): wget $(SRC_URL)/$(ARCHIVE)