diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2016-07-27 21:01:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 4eb64c2580957eadb4fe7478f1ca82d4d09c132a (patch) | |
tree | 4c97a55b4569055269ba7d6a532f235f0917ac48 /system/jenkins/jenkins.SlackBuild | |
parent | 6ef8b101df222db6ca98741a0f4ebc9abdc563ae (diff) | |
download | slackbuilds-4eb64c2580957eadb4fe7478f1ca82d4d09c132a.tar.gz |
system/jenkins: Updated for version 2.7.1.
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 0df3731397..44f4356356 100644 --- a/system/jenkins/jenkins.SlackBuild +++ b/system/jenkins/jenkins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jenkins -# Copyright 2015 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com +# Copyright 2016 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:-1.654} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |