diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2019-03-13 23:20:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:24 +0700 |
commit | 9c7d5bae5bc1b4e6d4b20e52940b708998763988 (patch) | |
tree | 4211ad89b46328b106d0467e982d960c8bdea349 /system/jenkins/jenkins.SlackBuild | |
parent | 03fa7bb056f2b6e4c923c1e8ba3ed1ce85f1af7b (diff) |
system/jenkins: Updated for version 2.167.
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 444e5c615a3b6..83323c231d4b0 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jenkins -# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jenkins -VERSION=${VERSION:-2.73.3} +VERSION=${VERSION:-2.167} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |