Skip to content

Commit

Permalink
llvm 3.2
Browse files Browse the repository at this point in the history
Closes Homebrew#16692.
Closes Homebrew#16698.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Stefan authored and MikeMcQuaid committed Dec 22, 2012
1 parent 6e28de7 commit b7edb67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Library/Formula/llvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

class Clang < Formula
homepage 'http://llvm.org/'
url 'http://llvm.org/releases/3.1/clang-3.1.src.tar.gz'
sha1 '19f33b187a50d22fda2a6f9ed989699a9a9efd62'
url 'http://llvm.org/releases/3.2/clang-3.2.src.tar.gz'
sha1 'b0515298c4088aa294edc08806bd671f8819f870'

head 'http://llvm.org/git/clang.git'
end

class Llvm < Formula
homepage 'http://llvm.org/'
url 'http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz'
sha1 '234c96e73ef81aec9a54da92fc2a9024d653b059'
url 'http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz'
sha1 '42d139ab4c9f0c539c60f5ac07486e9d30fc1280'

head 'http://llvm.org/git/llvm.git'

bottle do
sha1 'fcf6c3eb5b074afa820f905f32182e074a29ffb5' => :mountainlion
sha1 '4ee3e9242cff9a03af4e1f20017fe547dcd07a4a' => :lion
sha1 '940aca37dafaf69a9b378ffd2a59b3c1cfe54ced' => :snowleopard
# sha1 '' => :mountainlion
# sha1 '' => :lion
# sha1 '' => :snowleopard
end

option :universal
Expand Down

0 comments on commit b7edb67

Please sign in to comment.