network/waterfox: Updated for version 56.0.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2018-01-13 19:18:10 +00:00 committed by Willy Sudiarto Raharjo
parent 9df0f5151f
commit 9ee3597601
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for waterfox
# Copyright 2017 Donald Cooley South Haven, Indiana USA
# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA
# Based on the pale moon slackbuild by:
# Copyright 2015 pomfland
@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=waterfox
VERSION=${VERSION:-56.0.2}
VERSION=${VERSION:-56.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=${ARCH:-x86_64}

View file

@ -1,10 +1,10 @@
PRGNAM="waterfox"
VERSION="56.0.2"
VERSION="56.0.3"
HOMEPAGE="https://www.waterfoxproject.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.0.2.en-US.linux-x86_64.tar.bz2"
MD5SUM_x86_64="af4068062376c2bd5f2fa56fe67a5299"
DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.0.3.en-US.linux-x86_64.tar.bz2"
MD5SUM_x86_64="5172d9e1a9be0c27e1dc2591bea0cd4b"
REQUIRES=""
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"