network/waterfox: Updated for version 56.0.4.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2018-02-04 19:03:16 +00:00 committed by Willy Sudiarto Raharjo
parent dcabfaca70
commit 103b8e2a1e
2 changed files with 6 additions and 7 deletions

View file

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

View file

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