summaryrefslogtreecommitdiffstats
path: root/network/waterfox/waterfox.SlackBuild
diff options
context:
space:
mode:
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