diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-11 09:54:24 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:29 +0700 |
commit | a284557d8d01affba3cd62b9fa0c2e432e3b94ec (patch) | |
tree | 2217f63080b43d2a147f6bb1346c68bf0d5ce291 /system/jenkins | |
parent | 2884a9937c36c89dea968b35b2d12942d5d8975a (diff) |
system/jenkins: Updated for version 2.375.3.
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.SlackBuild | 2 | ||||
-rw-r--r-- | system/jenkins/jenkins.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild index c591347c91275..dedb4e051c145 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.375.2} +VERSION=${VERSION:-2.375.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info index 877f8eb1f48e8..b0255508647cb 100644 --- a/system/jenkins/jenkins.info +++ b/system/jenkins/jenkins.info @@ -1,8 +1,8 @@ PRGNAM="jenkins" -VERSION="2.375.2" +VERSION="2.375.3" HOMEPAGE="https://www.jenkins.io/" -DOWNLOAD="https://get.jenkins.io/war-stable/2.375.2/jenkins.war" -MD5SUM="548cd2c5bd86f1b26ef97d55f2b5acdc" +DOWNLOAD="https://get.jenkins.io/war-stable/2.375.3/jenkins.war" +MD5SUM="428c197688548ca299b684e91d67c5b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11" |