mozjs115: Upgraded to 115.18.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-11-27 07:58:24 +07:00
parent 278c517fc0
commit 004e6537f5
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozjs115 PKGNAM=mozjs115
SRCNAME=firefox SRCNAME=firefox
VERSION=${VERSION:-115.17.0esr} VERSION=${VERSION:-115.18.0esr}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
@ -43,7 +43,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0 exit 0
fi fi
wget -c https://ftp.mozilla.org/pub/firefox/releases/115.17.0esr/source/firefox-115.17.0esr.source.tar.xz wget -c https://ftp.mozilla.org/pub/firefox/releases/115.18.0esr/source/firefox-115.18.0esr.source.tar.xz
# This will collide with a Firefox build that happens simultaneously. # This will collide with a Firefox build that happens simultaneously.
# Therefore, for use with make_world.sh, REQUIRE_GLOBAL_LOCK. # Therefore, for use with make_world.sh, REQUIRE_GLOBAL_LOCK.