diff options
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 |
commit | 2646f5df7655a52e24cbc3d9f40d934e24113898 (patch) | |
tree | b4a44fb7421c3acaae52287faf49501460bb7b98 /development/sonarqube/sonarqube.SlackBuild | |
parent | 4eb64c2580957eadb4fe7478f1ca82d4d09c132a (diff) | |
download | slackbuilds-2646f5df7655a52e24cbc3d9f40d934e24113898.tar.gz |
development/sonarqube: Updated for version 5.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/sonarqube/sonarqube.SlackBuild')
-rw-r--r-- | development/sonarqube/sonarqube.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |