mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/waterfox: Updated for version 2019.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ad9f6bf3d
commit
7168aa0fc6
2 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue