mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/jenkins: Updated for version 2.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6ef8b101df
commit
4eb64c2580
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue