Browse Source
network/waterfox: Updated for version 6.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/324/head
Antonio Leal
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/waterfox/waterfox.SlackBuild
-
network/waterfox/waterfox.info
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=waterfox |
|
|
|
VERSION=${VERSION:-6.6.1} |
|
|
|
VERSION=${VERSION:-6.6.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="waterfox" |
|
|
|
VERSION="6.6.1" |
|
|
|
VERSION="6.6.2" |
|
|
|
HOMEPAGE="https://www.waterfox.net/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://cdn1.waterfox.net/waterfox/releases/6.6.1/Linux_x86_64/waterfox-6.6.1.tar.bz2" |
|
|
|
MD5SUM_x86_64="468928990adc737708f9f53fe7c38855" |
|
|
|
DOWNLOAD_x86_64="https://cdn1.waterfox.net/waterfox/releases/6.6.2/Linux_x86_64/waterfox-6.6.2.tar.bz2" |
|
|
|
MD5SUM_x86_64="dcbb2b98112b6e4de15e5dfbfb03f860" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Antonio Leal" |
|
|
|
EMAIL="antonioleal@yahoo.com" |