SonarQube 4.0
Closes Homebrew/homebrew#24071. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e8ce423551
commit
673559ce7d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Sonar < Formula
|
||||
homepage 'http://www.sonarqube.org/'
|
||||
url 'http://dist.sonar.codehaus.org/sonar-3.7.2.zip'
|
||||
sha1 '0af0de4d1942830001b6cd7f1d61e8818feda08f'
|
||||
url 'http://dist.sonar.codehaus.org/sonarqube-4.0.zip'
|
||||
sha1 '6b4bcf77b6351b8d289a00d5b2bea5c9f84d54b4'
|
||||
|
||||
def install
|
||||
# Delete native bin directories for other systems
|
||||
|
|
Loading…
Reference in a new issue