system/jenkins: Updated for version 2.7.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Giorgio Peron 2016-07-27 21:01:24 +01:00 committed by Willy Sudiarto Raharjo
parent 6ef8b101df
commit 4eb64c2580
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="jenkins"
VERSION="1.654"
VERSION="2.7.1"
HOMEPAGE="http://jenkins-ci.org"
DOWNLOAD="http://ftp.icm.edu.pl/packages/jenkins/war/1.654/jenkins.war"
MD5SUM="8871b826ed496c667d2418a3f4890a89"
DOWNLOAD="http://mirrors.jenkins-ci.org/war-stable/2.7.1/jenkins.war"
MD5SUM="207e5070822fa2a38ccf5e2c4c4139e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"