diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-02-01 01:03:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-01 18:48:59 +0700 |
commit | 86c57a5d0a55ec1947a9a3a52ece52577504a4c5 (patch) | |
tree | ee44b853fa7be3b3430f95695cc5b959aada8d2c /network/waterfox | |
parent | e011aa59aaa6a5dabb83a84e1dd7025fb8900d7b (diff) | |
download | slackbuilds-86c57a5d0a55ec1947a9a3a52ece52577504a4c5.tar.gz |
network/waterfox: Updated for version 56.2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/waterfox')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 4 | ||||
-rw-r--r-- | network/waterfox/waterfox.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index 9759a502d1..a10b9707a3 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for waterfox -# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA +# Copyright 2017-2019 Donald Cooley South Haven, Indiana USA # Based on the pale moon SlackBuilds by: # Copyright 2015 pomfland @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=waterfox -VERSION=${VERSION:-56.2.6} +VERSION=${VERSION:-56.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/waterfox/waterfox.info b/network/waterfox/waterfox.info index a7eb4fa9da..3470aa5efe 100644 --- a/network/waterfox/waterfox.info +++ b/network/waterfox/waterfox.info @@ -1,10 +1,10 @@ PRGNAM="waterfox" -VERSION="56.2.6" +VERSION="56.2.7" HOMEPAGE="https://www.waterfoxproject.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.6.en-US.linux-x86_64.tar.bz2" -MD5SUM_x86_64="5796bf001e47c45154537149b0b5aafb" +DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.7.en-US.linux-x86_64.tar.bz2" +MD5SUM_x86_64="21936099e615ce222fc3e04e89df20f8" REQUIRES="" MAINTAINER="Donald Cooley" EMAIL="chytraeu@sdf.org" |