diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-02-04 19:03:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:29 +0700 |
commit | 103b8e2a1ed59dd7c40fe47e5faaa5cb1a0d5ef2 (patch) | |
tree | 18616a4d4dbef8ab7938f309a93a9fabddc470e5 /network/waterfox | |
parent | dcabfaca70d4e2c8bf301ed165ba3577ca20cc8c (diff) |
network/waterfox: Updated for version 56.0.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/waterfox')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 7 | ||||
-rw-r--r-- | network/waterfox/waterfox.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index 74ce34b85c9c..97a262d789c9 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -26,8 +26,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=waterfox -VERSION=${VERSION:-56.0.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-56.0.4.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,8 +68,7 @@ find -L . \ mkdir -p $PKG/opt/waterfox cp -vr * $PKG/opt/waterfox -# Link stuff -## binary +# Link Waterfox binary to /usr/bin mkdir -p $PKG/usr/bin ln -s /opt/waterfox/waterfox $PKG/usr/bin/waterfox diff --git a/network/waterfox/waterfox.info b/network/waterfox/waterfox.info index 70bdee07dc8e..a40edc67b40d 100644 --- a/network/waterfox/waterfox.info +++ b/network/waterfox/waterfox.info @@ -1,10 +1,10 @@ PRGNAM="waterfox" -VERSION="56.0.4" +VERSION="56.0.4.1" HOMEPAGE="https://www.waterfoxproject.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.0.4.en-US.linux-x86_64.tar.bz2" -MD5SUM_x86_64="91f6ddd1d4993b469a6e3bb773d5db0c" +DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.0.4.1.en-US.linux-x86_64.tar.bz2" +MD5SUM_x86_64="884d57232914d95600480c6a017b13d8" REQUIRES="" MAINTAINER="Donald Cooley" EMAIL="chytraeu@sdf.org" |