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 d8a0ba4b8..a40eae470 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -2,8 +2,8 @@ require "formula" class Sonar < Formula homepage "http://www.sonarqube.org/" - url "http://dist.sonar.codehaus.org/sonarqube-4.5.1.zip" - sha1 "3b1ceb5e9b0731f693d9c89c4c9873e6c439e8c5" + url "http://dist.sonar.codehaus.org/sonarqube-4.5.2.zip" + sha1 "c3c9c5c663f01f5be01fcf2eab555e645e6fc07a" def install # Delete native bin directories for other systems |
