summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Giorgio Peron2017-08-22 23:55:43 +0200
committer Willy Sudiarto Raharjo2017-08-26 02:19:43 +0200
commit1f412f5bcd61c3aecae83ecda6204481ed10e1b8 (patch)
tree053798858b24fdf8b78d36696e0d5a3b168c8cb4
parent555c1ee95a2a948b76dcd46b7bfc451e20a88f71 (diff)
downloadslackbuilds-1f412f5bcd61c3aecae83ecda6204481ed10e1b8.tar.gz
system/jenkins: Updated for version 2.60.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/jenkins/README2
-rw-r--r--system/jenkins/jenkins.SlackBuild4
-rw-r--r--system/jenkins/jenkins.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/jenkins/README b/system/jenkins/README
index 8fdd0102fb..a28a3572db 100644
--- a/system/jenkins/README
+++ b/system/jenkins/README
@@ -1,4 +1,4 @@
-Jenkins monitors executions of repeated jobs, such as building a software
+Jenkins monitors executions of repeated jobs, such as building a software
project or jobs run by cron. Among those things, current Jenkins focuses on the
following two jobs:
1. Building/testing software projects continuously
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}
diff --git a/system/jenkins/jenkins.info b/system/jenkins/jenkins.info
index f1ff1d009d..f9da3ab5cd 100644
--- a/system/jenkins/jenkins.info
+++ b/system/jenkins/jenkins.info
@@ -1,8 +1,8 @@
PRGNAM="jenkins"
-VERSION="2.7.1"
+VERSION="2.60.3"
HOMEPAGE="http://jenkins-ci.org"
-DOWNLOAD="http://mirrors.jenkins-ci.org/war-stable/2.7.1/jenkins.war"
-MD5SUM="207e5070822fa2a38ccf5e2c4c4139e9"
+DOWNLOAD="http://mirrors.jenkins-ci.org/war-stable/2.60.3/jenkins.war"
+MD5SUM="7718ebbf1d8e98f629a3d0f13287c5ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"