sonar-runner 2.1
Closes Homebrew/homebrew#19296. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
381586107d
commit
d21428f755
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class SonarRunner < Formula
|
||||
homepage 'http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+Sonar+Runner'
|
||||
url 'http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/2.0/sonar-runner-2.0.zip'
|
||||
sha1 '3e483322985936b3724418bb696e7b74ef020cb8'
|
||||
url 'http://repo1.maven.org/maven2/org/codehaus/sonar/runner/sonar-runner-dist/2.1/sonar-runner-dist-2.1.zip'
|
||||
sha1 '98790f6c8c49fc78419fa2e81f9cc42d6fff510c'
|
||||
|
||||
def install
|
||||
# Remove windows files
|
||||
|
|
Loading…
Reference in a new issue