Sonar 3.5.1
Closes Homebrew/homebrew#19295. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b3389a4549
commit
8c926016f3
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.5.zip'
|
||||
sha1 '5fca23ff8939ebe8a6fe7323769a512bca5b7c91'
|
||||
url 'http://dist.sonar.codehaus.org/sonar-3.5.1.zip'
|
||||
sha1 'c65a0f7f25fe51d3ec829b306efcc19ba2c90214'
|
||||
|
||||
def install
|
||||
# Delete native bin directories for other systems
|
||||
|
|
Loading…
Reference in a new issue