diff options
| author | Mike McQuaid | 2013-03-03 23:33:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-03-03 23:34:07 +0000 |
| commit | 06637f58c6af8d07a8aa3909781cd338ea30635b (patch) | |
| tree | b6e45be46644c53621fbda6a37ece4ae425c4751 /Library | |
| parent | 71cf621718f462bb09ec4e9def0c9470afce0424 (diff) | |
| download | homebrew-06637f58c6af8d07a8aa3909781cd338ea30635b.tar.bz2 | |
llvm: update bottle
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/llvm.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index cdd33ec8f..7b38648e0 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -24,9 +24,10 @@ class Llvm < Formula head 'http://llvm.org/git/llvm.git' bottle do - sha1 '9fddf0bfed060ade86c88b64c40cc4bd5f1f0f2c' => :mountainlion - sha1 '8d3f3d5090d3bd2cf0c953da105efc63080e948f' => :lion - sha1 '3ba0beee27d60e80e9790cca9d5e21b2b8169ffe' => :snowleopard + revision 1 + sha1 '2908621be867da84962d2e4b8d6a083bd6bf4995' => :mountain_lion + sha1 '91dfa26392b9699750a04fa934ee8ec9dc98407a' => :lion + sha1 '259f39608d50dd3aba0eb3ff28b603d795af9eac' => :snow_leopard end option :universal |
