summaryrefslogtreecommitdiffstats
path: root/system/jenkins
diff options
context:
space:
mode:
author Andrew Clemons2023-08-26 05:27:33 +0200
committer Willy Sudiarto Raharjo2023-08-26 14:07:03 +0200
commitdd6aebb1a51e944d1f692c04c2aa722ce95a4c06 (patch)
treeca2422beeac6dcad106014756bb95759e473e68b /system/jenkins
parent80d520079f992236dc09ffe89ab1c840c7021581 (diff)
downloadslackbuilds-dd6aebb1a51e944d1f692c04c2aa722ce95a4c06.tar.gz
system/jenkins: Updated for version 2.414.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jenkins')
-rw-r--r--system/jenkins/jenkins.SlackBuild2
-rw-r--r--system/jenkins/jenkins.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild
index e72c572c09..d77bfe52dd 100644
--- a/system/jenkins/jenkins.SlackBuild
+++ b/system/jenkins/jenkins.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jenkins
-VERSION=${VERSION:-2.401.3}
+VERSION=${VERSION:-2.414.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info
index bc628b696e..ee2af94d88 100644
--- a/system/jenkins/jenkins.info
+++ b/system/jenkins/jenkins.info
@@ -1,8 +1,8 @@
PRGNAM="jenkins"
-VERSION="2.401.3"
+VERSION="2.414.1"
HOMEPAGE="https://www.jenkins.io/"
-DOWNLOAD="https://get.jenkins.io/war-stable/2.401.3/jenkins.war"
-MD5SUM="101762b78a43f9af3ba82e27f028e12d"
+DOWNLOAD="https://get.jenkins.io/war-stable/2.414.1/jenkins.war"
+MD5SUM="d71dbd1b19b256734fdb39b14e81761f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk11"