diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-14 08:47:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:03 +0700 |
commit | 387d0e34510d8f93c971a264933ad8f386ecc4f6 (patch) | |
tree | b0f701a89db77cbf7309c776541025e1dbabfa1f /system/jenkins/jenkins.SlackBuild | |
parent | 9ee5501527a4a39f4c9129c973207ccd57af362f (diff) |
system/jenkins: Updated for version 2.375.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jenkins/jenkins.SlackBuild')
-rw-r--r-- | system/jenkins/jenkins.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild index f482d818a5f2f..c591347c91275 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -4,7 +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 +# Copyright 2022-2023 Andrew Clemons, Tokyo, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jenkins -VERSION=${VERSION:-2.375.1} +VERSION=${VERSION:-2.375.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |