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 856f6a7f0..8c81c46e1 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.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 |
