diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-02-13 07:41:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:59 +0700 |
commit | f787679df6e9da3cd8b0167dc66af147e9b13de0 (patch) | |
tree | 1d8582e367acccc1296684b5da71d8d30ddbdb10 /system/jenkins/jenkins.SlackBuild | |
parent | d5596c105dfb89b0990cb4cd6473e70bd7560d83 (diff) |
system/jenkins: Updated for version 2.263.4. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jenkins/jenkins.SlackBuild')
-rw-r--r-- | system/jenkins/jenkins.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild index 83323c231d4b0..7e2889a36640c 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -3,6 +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 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jenkins -VERSION=${VERSION:-2.167} +VERSION=${VERSION:-2.263.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |