diff options
author | Rob Austein <sra@hactrn.net> | 2020-01-26 22:45:04 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-01-26 22:45:04 +0000 |
commit | f82da62724259969a45f7fa7a8f087c3b2d377c9 (patch) | |
tree | abd758d645c8f7cdd56e204682d0ed7b0345b58f | |
parent | 3c0b1a0922339c37b84c5e1c915da7bd2981e514 (diff) |
Upgrade to latest "classic" Waterfox
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.14.en-US.linux-x86_64.tar.bz2 +URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2020.01.en-US.linux-x86_64.tar.bz2 all: wget -N ${URL} |