diff options
| author | Anthony Scotti | 2013-04-18 21:22:44 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-18 18:28:44 -0700 |
| commit | 920e164458c3b2f5ab68a6733c0df8f6f8fda108 (patch) | |
| tree | 1f62c9f54930a9583e19ab66bdb1fdcd81e634e5 /Library/Formula | |
| parent | fd043d583bb0674e82f23e2edb4819544a1314ce (diff) | |
| download | homebrew-920e164458c3b2f5ab68a6733c0df8f6f8fda108.tar.bz2 | |
Sonar 3.5.1
Closes #19295.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 |
