aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2011-04-07 15:12:35 +0100
committerMike McQuaid2011-04-07 15:12:35 +0100
commitea5d7eb58b6101b3a125916cc03bacbf2eda6c51 (patch)
tree96a27e0f51cf08379b25dcb5a578e9e3df3b8b97 /Library/Formula
parent43068886684a82ec412047fc5b1df4756a050a5a (diff)
downloadhomebrew-ea5d7eb58b6101b3a125916cc03bacbf2eda6c51.tar.bz2
Update to LLVM 2.9
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index e9ab9accb..0656eee01 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -6,15 +6,15 @@ def build_shared?; ARGV.include? '--shared'; end
def build_rtti?; ARGV.include? '--rtti'; end
class Clang < Formula
- url 'http://llvm.org/releases/2.8/clang-2.8.tgz'
+ url 'http://llvm.org/releases/2.9/clang-2.9.tgz'
homepage 'http://llvm.org/'
- md5 '10e14c901fc3728eecbd5b829e011b59'
+ md5 '634de18d04b7a4ded19ec4c17d23cfca'
end
class Llvm < Formula
- url 'http://llvm.org/releases/2.8/llvm-2.8.tgz'
+ url 'http://llvm.org/releases/2.9/llvm-2.9.tgz'
homepage 'http://llvm.org/'
- md5 '220d361b4d17051ff4bb21c64abe05ba'
+ md5 '793138412d2af2c7c7f54615f8943771'
def patches
# changes the link options for the shared library build