mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/waterfox: Updated for version 56.2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a28fad0e52
commit
000f7d30fd
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for waterfox
|
||||
# Copyright 2017-2018 Donald Cooley South Haven, Indiana USA
|
||||
|
||||
# Based on the pale moon slackbuild by:
|
||||
# Based on the pale moon SlackBuilds by:
|
||||
# Copyright 2015 pomfland
|
||||
# Copyright 2017 skaendo <skaendo at excite dot com>
|
||||
# All rights reserved.
|
||||
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=waterfox
|
||||
VERSION=${VERSION:-56.2.0}
|
||||
VERSION=${VERSION:-56.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,7 +43,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Check and then abort if the architecture is 32-bit.
|
||||
# Check and then abort if the architecture is not 64-bit.
|
||||
if [ "$ARCH" != "x86_64" ]; then
|
||||
echo "$ARCH is unsupported"
|
||||
exit 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="waterfox"
|
||||
VERSION="56.2.0"
|
||||
VERSION="56.2.1"
|
||||
HOMEPAGE="https://www.waterfoxproject.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.0.en-US.linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="ab2d19e4d76bf2de5104c88b019739ff"
|
||||
DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.1.en-US.linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="3c16a84b3d486c20b3bb569167338f23"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
Loading…
Reference in a new issue