diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sonar.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sonar.rb b/Library/Formula/sonar.rb index 15bc5be2c..3b219e15b 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -2,8 +2,8 @@ require 'formula' class Sonar < Formula homepage 'http://www.sonarsource.org' - url 'http://dist.sonar.codehaus.org/sonar-3.3.2.zip' - md5 'a76abb38c8eb1aaf277d685d496348f4' + url 'http://dist.sonar.codehaus.org/sonar-3.4.zip' + sha1 'dbe402d892b7c77626b35aa4efd1e4d7262563e2' def install # Delete native bin directories for other systems |
