diff options
Diffstat (limited to 'system/jenkins')
-rw-r--r-- | system/jenkins/jenkins.SlackBuild | 4 | ||||
-rw-r--r-- | system/jenkins/jenkins.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild index 890685de6131..e4ef4b415627 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jenkins # Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy -# Copyright 2017-2021 Andrew Clemons, Wellington, New Zealand +# Copyright 2017-2022 Andrew Clemons, Wellington, New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jenkins -VERSION=${VERSION:-2.319.1} +VERSION=${VERSION:-2.319.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info index ef54275e5d87..b43ba03a42be 100644 --- a/system/jenkins/jenkins.info +++ b/system/jenkins/jenkins.info @@ -1,8 +1,8 @@ PRGNAM="jenkins" -VERSION="2.319.1" +VERSION="2.319.2" HOMEPAGE="https://www.jenkins.io/" -DOWNLOAD="https://get.jenkins.io/war-stable/2.319.1/jenkins.war" -MD5SUM="8417b6f6ce3c7476ad0d95357c9962d3" +DOWNLOAD="https://get.jenkins.io/war-stable/2.319.2/jenkins.war" +MD5SUM="7b3a9a933f2894305c8a644938776c61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk11" |