summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Giorgio Peron <giorgio.peron@gmail.com>2016-07-27 21:09:00 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:31 +0700
commit2646f5df7655a52e24cbc3d9f40d934e24113898 (patch)
treeb4a44fb7421c3acaae52287faf49501460bb7b98 /development
parent4eb64c2580957eadb4fe7478f1ca82d4d09c132a (diff)
downloadslackbuilds-2646f5df7655a52e24cbc3d9f40d934e24113898.tar.gz
slackbuilds-2646f5df7655a52e24cbc3d9f40d934e24113898.tar.xz
development/sonarqube: Updated for version 5.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/sonarqube/doinst.sh1
-rw-r--r--development/sonarqube/sonarqube.SlackBuild4
-rw-r--r--development/sonarqube/sonarqube.info6
3 files changed, 6 insertions, 5 deletions
diff --git a/development/sonarqube/doinst.sh b/development/sonarqube/doinst.sh
index 999f782e38..79a4ddfee7 100644
--- a/development/sonarqube/doinst.sh
+++ b/development/sonarqube/doinst.sh
@@ -22,3 +22,4 @@ preserve_perms() {
preserve_perms etc/rc.d/rc.sonarqube.new
config usr/share/sonarqube/conf/sonar.properties.new
config usr/share/sonarqube/conf/wrapper.conf.new
+
diff --git a/development/sonarqube/sonarqube.SlackBuild b/development/sonarqube/sonarqube.SlackBuild
index 7923e2ae05..ce82883824 100644
--- a/development/sonarqube/sonarqube.SlackBuild
+++ b/development/sonarqube/sonarqube.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for sonarqube
-# Copyright 2014 Giorgio Peron giorgio.peron@gmail.com Campodarsego, PD, Italy
+# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sonarqube
-VERSION=${VERSION:-4.3.2}
+VERSION=${VERSION:-5.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/sonarqube/sonarqube.info b/development/sonarqube/sonarqube.info
index 48940a20ab..473793c424 100644
--- a/development/sonarqube/sonarqube.info
+++ b/development/sonarqube/sonarqube.info
@@ -1,8 +1,8 @@
PRGNAM="sonarqube"
-VERSION="4.3.2"
+VERSION="5.6.1"
HOMEPAGE="http://www.sonarqube.org"
-DOWNLOAD="http://dist.sonar.codehaus.org/sonarqube-4.3.2.zip"
-MD5SUM="2085e8ce11e0c941dc4451ec808c4169"
+DOWNLOAD="https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.1.zip"
+MD5SUM="d8729bc92fdcd601661aa23885a7c6f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"