diff options
| author | David Gageot | 2012-11-07 15:02:06 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-07 08:12:52 -0800 |
| commit | 69fc9caf85e34a2105b7734d72763c41423041ff (patch) | |
| tree | 02fb8541dbc282229355fe660fa682e566400e39 /Library/Formula | |
| parent | 83ce2f477f9ce2a367e8a890cfdda70a5c8c7ced (diff) | |
| download | homebrew-69fc9caf85e34a2105b7734d72763c41423041ff.tar.bz2 | |
Sonar 3.3.1
Closes #15898.
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 f8e93fd82..ea2cd74ce 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.zip' - sha1 '666b3f90c25e146305ce2d2afca8cba0a1ea6e18' + url 'http://dist.sonar.codehaus.org/sonar-3.3.1.zip' + md5 '7316958c89cdac6cc1c406a58c29e832' def install # Delete native bin directories for other systems |
