system/jenkins: Updated for version 2.332.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-05-05 13:55:55 +12:00 committed by Willy Sudiarto Raharjo
parent b56fa5a478
commit 7da9cda6c8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -26,16 +26,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jenkins
VERSION=${VERSION:-2.332.2}
VERSION=${VERSION:-2.332.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# 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

View file

@ -1,8 +1,8 @@
PRGNAM="jenkins"
VERSION="2.332.2"
VERSION="2.332.3"
HOMEPAGE="https://www.jenkins.io/"
DOWNLOAD="https://get.jenkins.io/war-stable/2.332.2/jenkins.war"
MD5SUM="fd6257a0e8b9849a2e14eaee0599d929"
DOWNLOAD="https://get.jenkins.io/war-stable/2.332.3/jenkins.war"
MD5SUM="747de212d01aefcb676cddc55d4a78ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk11"