aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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 2623f1e859754..aafad23fb1997 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 ab9fe43af4762..b6cb6515ad3bd 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"