summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-05-05 13:55:55 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-07 13:59:25 +0700
commit7da9cda6c897c747862ad7fa8eba40e7104790dd (patch)
tree2b46c010a44f96c4f8b52d609973b2e1cbd5c2c3
parentb56fa5a4781c43d3583c1279443cc3dc0c81df02 (diff)
downloadslackbuilds-7da9cda6c897c747862ad7fa8eba40e7104790dd.tar.gz
slackbuilds-7da9cda6c897c747862ad7fa8eba40e7104790dd.tar.xz
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>
-rw-r--r--system/jenkins/jenkins.SlackBuild5
-rw-r--r--system/jenkins/jenkins.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild
index 2623f1e859..aafad23fb1 100644
--- a/system/jenkins/jenkins.SlackBuild
+++ b/system/jenkins/jenkins.SlackBuild
@@ -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
diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info
index ab9fe43af4..b6cb6515ad 100644
--- a/system/jenkins/jenkins.info
+++ b/system/jenkins/jenkins.info
@@ -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"