diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2017-08-22 22:55:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:43 +0700 |
commit | 1f412f5bcd61c3aecae83ecda6204481ed10e1b8 (patch) | |
tree | 053798858b24fdf8b78d36696e0d5a3b168c8cb4 /system/jenkins/jenkins.SlackBuild | |
parent | 555c1ee95a2a948b76dcd46b7bfc451e20a88f71 (diff) | |
download | slackbuilds-1f412f5bcd61c3aecae83ecda6204481ed10e1b8.tar.gz |
system/jenkins: Updated for version 2.60.3.
Signed-off-by: David Spencer <idlemoor@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 44f4356356..52a3ece4a4 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jenkins -# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2017 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.7.1} +VERSION=${VERSION:-2.60.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |