diff options
Diffstat (limited to 'development/sonarqube')
-rw-r--r-- | development/sonarqube/doinst.sh | 1 | ||||
-rw-r--r-- | development/sonarqube/sonarqube.SlackBuild | 4 | ||||
-rw-r--r-- | development/sonarqube/sonarqube.info | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/development/sonarqube/doinst.sh b/development/sonarqube/doinst.sh index 999f782e38cb..79a4ddfee7a2 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 7923e2ae0568..ce8288382408 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 48940a20ab25..473793c424e8 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" |