summaryrefslogtreecommitdiff
path: root/network/waterfox/waterfox.SlackBuild
diff options
context:
space:
mode:
authorDonald Cooley <chytraeu@sdf.org>2018-06-17 18:30:33 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-06-17 19:13:30 +0100
commit000f7d30fd431305fd38f6af8bcf42ae274c47dd (patch)
tree07a9c65670297214f75dff673022b2f05b2f2574 /network/waterfox/waterfox.SlackBuild
parenta28fad0e52d434177651f3cb055e1b2e7369b871 (diff)
downloadslackbuilds-000f7d30fd431305fd38f6af8bcf42ae274c47dd.tar.gz
network/waterfox: Updated for version 56.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/waterfox/waterfox.SlackBuild')
-rw-r--r--network/waterfox/waterfox.SlackBuild6
1 files changed, 3 insertions, 3 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