diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-01-13 19:18:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 9ee359760127f0500b2c25ad9771967ecc5d53c3 (patch) | |
tree | d1868d74bd4d3a318ebc8104525f264c7bcc7475 /network/waterfox/waterfox.SlackBuild | |
parent | 9df0f5151f8843075c5a3a9d980a3a61138bbc0d (diff) |
network/waterfox: Updated for version 56.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/waterfox/waterfox.SlackBuild')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index 991d807d3a0f..d7020d00f794 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for waterfox -# Copyright 2017 Donald Cooley South Haven, Indiana USA +# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA # Based on the pale moon slackbuild by: # Copyright 2015 pomfland @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=waterfox -VERSION=${VERSION:-56.0.2} +VERSION=${VERSION:-56.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=${ARCH:-x86_64} |