network/waterfox: Updated for version 2019.12.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2019-12-19 21:37:57 +07:00 committed by Willy Sudiarto Raharjo
parent 8ad9f6bf3d
commit 7168aa0fc6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -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"