diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-06-17 18:30:33 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:30 +0100 |
commit | 000f7d30fd431305fd38f6af8bcf42ae274c47dd (patch) | |
tree | 07a9c65670297214f75dff673022b2f05b2f2574 /network/waterfox | |
parent | a28fad0e52d434177651f3cb055e1b2e7369b871 (diff) | |
download | slackbuilds-000f7d30fd431305fd38f6af8bcf42ae274c47dd.tar.gz |
network/waterfox: Updated for version 56.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/waterfox')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 6 | ||||
-rw-r--r-- | network/waterfox/waterfox.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index 398d45fe9e..aebd0601ac 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for waterfox # Copyright 2017-2018 Donald Cooley South Haven, Indiana USA -# Based on the pale moon slackbuild by: +# Based on the pale moon SlackBuilds by: # Copyright 2015 pomfland # Copyright 2017 skaendo <skaendo at excite dot com> # All rights reserved. @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=waterfox -VERSION=${VERSION:-56.2.0} +VERSION=${VERSION:-56.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# Check and then abort if the architecture is 32-bit. +# Check and then abort if the architecture is not 64-bit. if [ "$ARCH" != "x86_64" ]; then echo "$ARCH is unsupported" exit 1 diff --git a/network/waterfox/waterfox.info b/network/waterfox/waterfox.info index d42c5ceb8d..8aac3864e5 100644 --- a/network/waterfox/waterfox.info +++ b/network/waterfox/waterfox.info @@ -1,10 +1,10 @@ PRGNAM="waterfox" -VERSION="56.2.0" +VERSION="56.2.1" HOMEPAGE="https://www.waterfoxproject.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.0.en-US.linux-x86_64.tar.bz2" -MD5SUM_x86_64="ab2d19e4d76bf2de5104c88b019739ff" +DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.1.en-US.linux-x86_64.tar.bz2" +MD5SUM_x86_64="3c16a84b3d486c20b3bb569167338f23" REQUIRES="" MAINTAINER="Donald Cooley" EMAIL="chytraeu@sdf.org" |