mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/waterfox: Updated for version 56.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9df0f5151f
commit
9ee3597601
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue