aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/llvm.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-30 16:16:30 -0500
committerJack Nagel2014-12-30 16:16:30 -0500
commit5fc8836eef22fddb2b985a6dd04c7d02342f589b (patch)
tree23a73e42c2cb876a73d49b1e3ed3a0ef9a99797b /Library/Formula/llvm.rb
parent8700175ce467a7f8562f20c7904781eae4ca0cee (diff)
downloadhomebrew-5fc8836eef22fddb2b985a6dd04c7d02342f589b.tar.bz2
llvm: bump revision
Diffstat (limited to 'Library/Formula/llvm.rb')
-rw-r--r--Library/Formula/llvm.rb11
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index aa6afcab3..4f0cd61b9 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -1,12 +1,6 @@
class Llvm < Formula
homepage 'http://llvm.org/'
-
- bottle do
- revision 1
- sha1 "29ba25a9a3c2217c6f1e1bae670bb35d450f629a" => :yosemite
- sha1 "07f8b675aa98c79a3058f1b51b2ba3e3f33e2875" => :mavericks
- sha1 "5f31150228cbbee9294a8396bf69af756b7d33b3" => :mountain_lion
- end
+ revision 1
stable do
url "http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz"
@@ -28,6 +22,9 @@ class Llvm < Formula
end
end
+ bottle do
+ end
+
head do
url "http://llvm.org/git/llvm.git"