summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-07-02 02:02:42 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:42 +0200
commitea6f99744db086119fce588e54fc8733c48844a0 (patch)
tree729f83e6055ebf9fe8a9216f893a32e121748fe6
parentbee4d3482657438ae7ee933ab4c940d65995e4bd (diff)
downloadslackbuilds-ea6f99744db086119fce588e54fc8733c48844a0.tar.gz
system/jenkins: Updated for version 2.346.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/jenkins/jenkins.SlackBuild3
-rw-r--r--system/jenkins/jenkins.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild
index aafad23fb1..0abe8613a4 100644
--- a/system/jenkins/jenkins.SlackBuild
+++ b/system/jenkins/jenkins.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
# Copyright 2017-2022 Andrew Clemons, Wellington, New Zealand
+# Copyright 2022 Andrew Clemons, Tokyo, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jenkins
-VERSION=${VERSION:-2.332.3}
+VERSION=${VERSION:-2.346.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info
index b6cb6515ad..9781043f07 100644
--- a/system/jenkins/jenkins.info
+++ b/system/jenkins/jenkins.info
@@ -1,8 +1,8 @@
PRGNAM="jenkins"
-VERSION="2.332.3"
+VERSION="2.346.1"
HOMEPAGE="https://www.jenkins.io/"
-DOWNLOAD="https://get.jenkins.io/war-stable/2.332.3/jenkins.war"
-MD5SUM="747de212d01aefcb676cddc55d4a78ea"
+DOWNLOAD="https://get.jenkins.io/war-stable/2.346.1/jenkins.war"
+MD5SUM="863cb5fc8c56f362e2f82ab92703a511"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk11"