summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Donald Cooley2019-07-16 12:02:50 +0200
committer Willy Sudiarto Raharjo2019-07-20 11:20:31 +0200
commitd78c72009cdca876e4f9b377fe08602e71a73402 (patch)
tree754bb86d544d511b4ea1d007af4cd31ee70948e9
parent8d1a2e83ea2c9a998890f91226dfb6144ceb1c77 (diff)
downloadslackbuilds-d78c72009cdca876e4f9b377fe08602e71a73402.tar.gz
network/waterfox: Updated for version 56.2.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--network/waterfox/waterfox.SlackBuild5
-rw-r--r--network/waterfox/waterfox.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild
index 7a52eacf8f..a1c2976335 100644
--- a/network/waterfox/waterfox.SlackBuild
+++ b/network/waterfox/waterfox.SlackBuild
@@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=waterfox
-VERSION=${VERSION:-56.2.11}
+VERSION=${VERSION:-56.2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,7 +78,8 @@ cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications
# Icon
mkdir -p $PKG/usr/share/pixmaps/
-cp $PKG/opt/$PRGNAM/browser/icons/mozicon128.png $PKG/usr/share/pixmaps/waterfox-icon.png
+#cp $PKG/opt/$PRGNAM/browser/icons/mozicon128.png $PKG/usr/share/pixmaps/waterfox-icon.png
+cp $PKG/opt/$PRGNAM/browser/chrome/icons/default/default128.png $PKG/usr/share/pixmaps/waterfox-icon.png
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/waterfox/waterfox.info b/network/waterfox/waterfox.info
index 3debedd361..48354ef08c 100644
--- a/network/waterfox/waterfox.info
+++ b/network/waterfox/waterfox.info
@@ -1,10 +1,10 @@
PRGNAM="waterfox"
-VERSION="56.2.11"
+VERSION="56.2.12"
HOMEPAGE="https://www.waterfox.net"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.11.en-US.linux-x86_64.tar.bz2"
-MD5SUM_x86_64="575e6aafa5fbfbda1ae2a8a3d985a135"
+DOWNLOAD_x86_64="https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.12.en-US.linux-x86_64.tar.bz2"
+MD5SUM_x86_64="20d2c6f0e4ea02942e0168c847e96f77"
REQUIRES=""
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"