aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-03-23 06:04:54 +1300
committerMike McQuaid2012-03-23 06:04:54 +1300
commit4f6b54668403aa59142fe0b45896af1940597434 (patch)
tree7d6101c381e23ab57f15d3a5c48af82854149f5b /Library
parentf40fc06da11d4acc7df8973e7b266ca987ad4780 (diff)
downloadhomebrew-4f6b54668403aa59142fe0b45896af1940597434.tar.bz2
Add LLVM bottle.
Requested in #10848.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/llvm.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 3d080efdb..9a4f44873 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -21,6 +21,10 @@ class Llvm < Formula
url 'http://llvm.org/releases/3.0/llvm-3.0.tar.gz'
md5 'a8e5f5f1c1adebae7b4a654c376a6005'
+ bottle do
+ sha1 'f6feaab7d1e4f45cd5f0b63d465e65f491fcc27c' => :lion
+ end
+
def patches
# changes the link options for the shared library build
# to use the preferred way to build libraries in Mac OS X