diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-12-19 21:37:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-19 21:37:57 +0700 |
commit | 7168aa0fc677d54975aa3c873600ecfcacb95fe3 (patch) | |
tree | 3d960ef5f1c225d6a7763f649c40b5361a79436c /network/waterfox | |
parent | 8ad9f6bf3d2ace08e50f4f33aa8b77300d4508b4 (diff) | |
download | slackbuilds-7168aa0fc677d54975aa3c873600ecfcacb95fe3.tar.gz |
network/waterfox: Updated for version 2019.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/waterfox')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 6 | ||||
-rw-r--r-- | network/waterfox/waterfox.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index f57d33ef92..251b7d2cdb 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=waterfox SRCNAM=waterfox-classic -VERSION=${VERSION:-2019.10} +VERSION=${VERSION:-2019.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,9 +55,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM +rm -rf $SRCNAM tar xvf $CWD/$SRCNAM-$VERSION.en-US.linux-$ARCH.tar.?z* -cd $PRGNAM +cd $SRCNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/network/waterfox/waterfox.info b/network/waterfox/waterfox.info index e2033ab6e0..a2a22c5681 100644 --- a/network/waterfox/waterfox.info +++ b/network/waterfox/waterfox.info @@ -1,10 +1,10 @@ PRGNAM="waterfox" -VERSION="2019.10" +VERSION="2019.12" HOMEPAGE="https://www.waterfox.net" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2019.10.en-US.linux-x86_64.tar.bz2" -MD5SUM_x86_64="3d929b011a71e5e1bd833d694c22a4d4" +DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2019.12.en-US.linux-x86_64.tar.bz2" +MD5SUM_x86_64="87ff318e3ac6b84f6167252d4f168403" REQUIRES="" MAINTAINER="Donald Cooley" EMAIL="chytraeu@sdf.org" |