Sonar 3.5
Closes Homebrew/homebrew#18476. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
db9c400e36
commit
37cda1de9f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Sonar < Formula
|
||||
homepage 'http://www.sonarsource.org'
|
||||
url 'http://dist.sonar.codehaus.org/sonar-3.4.1.zip'
|
||||
sha1 'efc2d6e47260a4818f0fbd976165c0e9aeedd569'
|
||||
url 'http://dist.sonar.codehaus.org/sonar-3.5.zip'
|
||||
md5 '2b7dc34bbd7fc6ed095309427433cb6b'
|
||||
|
||||
def install
|
||||
# Delete native bin directories for other systems
|
||||
|
|
Loading…
Reference in a new issue