From 180d43fbfacba7ac74e7d222bad5153986fe9789 Mon Sep 17 00:00:00 2001 From: Trey Hyde Date: Fri, 8 Nov 2013 09:41:34 -0800 Subject: [PATCH] Switch back to sha1 as per Homebrew folks. --- Library/Formula/sonar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/sonar.rb b/Library/Formula/sonar.rb index 7c404cc75b9d..60430ad31aff 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -3,7 +3,7 @@ class Sonar < Formula homepage 'http://www.sonarqube.org/' url 'http://dist.sonar.codehaus.org/sonarqube-4.0.zip' - md5 'f5573c0355509b0ba378279501f561b1' + sha1 '6b4bcf77b6351b8d289a00d5b2bea5c9f84d54b4' def install # Delete native bin directories for other systems