SonarQube 4.2
Closes Homebrew/homebrew#28048. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dce32dae67
commit
7c6c32ca8f
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/sonarqube-4.1.2.zip'
|
||||
sha1 '96a584363ecb18e55ea9c9d951d86d56e3a6d7c5'
|
||||
url 'http://dist.sonar.codehaus.org/sonarqube-4.2.zip'
|
||||
sha1 '37560f896972c208e400e25bb90253b818c84d7a'
|
||||
|
||||
def install
|
||||
# Delete native bin directories for other systems
|
||||
|
|
Loading…
Reference in a new issue