aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhronosschoty <khronosschoty@posteo.org>2023-11-15 22:44:36 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-16 10:08:20 +0700
commit0439477e92aee0d4e706ea9f06d1f3e822722023 (patch)
tree41127600bee60570c1953dc61ca14751a51ced83
parent840fc918fe16f95d89d0c31e548a2c6e09bd433f (diff)
network/palemoon: updated for version 32.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/palemoon/palemoon.SlackBuild14
-rw-r--r--network/palemoon/palemoon.info10
2 files changed, 10 insertions, 14 deletions
diff --git a/network/palemoon/palemoon.SlackBuild b/network/palemoon/palemoon.SlackBuild
index 12c2ee471535..eddee9ec7a40 100644
--- a/network/palemoon/palemoon.SlackBuild
+++ b/network/palemoon/palemoon.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Pale Moon
-# Copyright 2018,2019,2022 Vasily Sora USA
+# Copyright 2018,2019,2022,2023 Vasily Sora USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,10 +28,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=palemoon
-VERSION=${VERSION:-31.3.0.1}
+VERSION=${VERSION:-32.5.0}
SRCNAM1=${SRCNAM1:-$PRGNAM-${VERSION}_Release}
-SRCNAM2=${SRCNAM2:-uxp-RB_20220928}
-BUILD=${BUILD:-2}
+SRCNAM2=${SRCNAM2:-uxp-RB_20231030}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -224,8 +221,7 @@ if ! pkg-config --exists libpulse; then
TAG=${TAG}_alsa
elif [ $ALSA = 1 ]; then
echo "ac_add_options --disable-pulseaudio" >> .mozconfig
- TAG=${TAG}_alsa
-fi
+TAG=${TAG}_alsa; fi
if pkg-config --exists jack && [ "${BLACKLIST_JACK:-no}" != "yes" ]; then
echo "ac_add_options --enable-jack" >> .mozconfig; fi
diff --git a/network/palemoon/palemoon.info b/network/palemoon/palemoon.info
index 9bbea91c1e84..7b472121b06d 100644
--- a/network/palemoon/palemoon.info
+++ b/network/palemoon/palemoon.info
@@ -1,11 +1,11 @@
PRGNAM="palemoon"
-VERSION="31.3.0.1"
+VERSION="32.5.0"
HOMEPAGE="http://www.palemoon.org/"
-DOWNLOAD="http://git.schotynet.org/palemoon/snapshot/palemoon-31.3.0.1_Release.tar.gz \
- http://git.schotynet.org/uxp/snapshot/uxp-RB_20220928.tar.gz \
+DOWNLOAD="http://git.schotynet.org/palemoon/snapshot/palemoon-32.5.0_Release.tar.gz \
+ http://git.schotynet.org/uxp/snapshot/uxp-RB_20231030.tar.gz \
http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz"
-MD5SUM="95d91ab1ab2730221a85668e5a91b04c \
- 19c48eaf945f2313cb975b08fc7475f0 \
+MD5SUM="cddcee238979eaa9b9d945acff2b2ed5 \
+ 0c8a09957c2617e128de391278397cd6 \
f2994d302cf736e7e71974edfa51da3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""