aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-06 18:52:50 -0700
committerAdam Vandenberg2010-10-06 18:52:50 -0700
commit45517ffc196c616747763703fc238906e0daaab7 (patch)
treeb0e1e81e03c6bce6f8e19202a62517eaca9884d5
parentea6bcd5ce6187c1566cb774a38c74d2ae1d6a0d6 (diff)
downloadhomebrew-45517ffc196c616747763703fc238906e0daaab7.tar.bz2
llvm - fix md5
-rw-r--r--Library/Formula/llvm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index b0278d947..29b6db52c 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -11,7 +11,7 @@ end
class Llvm <Formula
url 'http://llvm.org/releases/2.8/llvm-2.8.tgz'
homepage 'http://llvm.org/'
- md5 '6b13c504c718385fa0a4d375275e7a05'
+ md5 '220d361b4d17051ff4bb21c64abe05ba'
def options
[['--with-clang', 'Also build & install clang']]