diff options
| author | Adam Vandenberg | 2013-03-15 08:13:53 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-15 08:13:53 -0700 |
| commit | bf31154f700a73c5c14b96edf447e75964e9390d (patch) | |
| tree | 54b5882e78d52168fe9bca4fc1da16584420e732 /Library/Formula | |
| parent | 81a722803b196aab7bddbb436d9463a56f6c23e7 (diff) | |
| download | homebrew-bf31154f700a73c5c14b96edf447e75964e9390d.tar.bz2 | |
sonar: use sha1 instead of md5
Closes #18496.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sonar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sonar.rb b/Library/Formula/sonar.rb index 23a514be5..856f6a7f0 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -3,7 +3,7 @@ require 'formula' class Sonar < Formula homepage 'http://www.sonarsource.org' url 'http://dist.sonar.codehaus.org/sonar-3.5.zip' - md5 '2b7dc34bbd7fc6ed095309427433cb6b' + sha1 '5fca23ff8939ebe8a6fe7323769a512bca5b7c91' def install # Delete native bin directories for other systems |
