Skip to content

Commit

Permalink
sonar-runner 2.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#48789.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
shpoont authored and MikeMcQuaid committed Feb 3, 2016
1 parent 39c5f7f commit 6eaf051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/sonar-runner.rb
@@ -1,8 +1,8 @@
class SonarRunner < Formula
desc "Launcher to analyze a project with SonarQube"
homepage "http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner"
url "https://repo1.maven.org/maven2/org/codehaus/sonar/runner/sonar-runner-dist/2.4/sonar-runner-dist-2.4.zip"
sha256 "f794545e23092c8b56d64d58ff571b2599480150b3fc41173b3761d634a16d48"
homepage "http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Scanner"
url "https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-2.5.zip"
sha256 "e2ec5f4b73aa7911f10518e304db3af0146a4347b8d06fc1d4a36b8baec0d8cc"
head "https://github.com/SonarSource/sonar-runner.git"

bottle :unneeded
Expand All @@ -15,7 +15,7 @@ def install
end

def caveats; <<-EOS.undent
If this is your first install, you should adjust its default configuration:
If this is your first install, you should adjust the default configuration:
#{libexec}/conf/sonar-runner.properties
after that you should also add a new enviroment variable:
Expand Down

0 comments on commit 6eaf051

Please sign in to comment.