Skip to content

Commit 0067550

Browse files
committed
update to llvm-12.0.1
1 parent f4794b0 commit 0067550

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/llvm-12.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ class Llvm12 < Formula
33
homepage "http://llvm.org/"
44
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
55
license "Apache-2.0" => { with: "LLVM-exception" }
6-
revision 1
6+
revision 2
77

88
stable do
9-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/llvm-project-12.0.0.src.tar.xz"
10-
sha256 "9ed1688943a4402d7c904cc4515798cdb20080066efa010fe7e1f2551b423628"
9+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/llvm-project-12.0.1.src.tar.xz"
10+
sha256 "129cb25cd13677aad951ce5c2deb0fe4afc1e9d98950f53b51bdcfb5a73afa0e"
1111
end
1212

1313
bottle do
14-
root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v12.0.0"
15-
sha256 cellar: :any, big_sur: "86f4773b03246bacb48cedb7ea6cc2be395a738ef2ae5eb666894790f47013db"
14+
# root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v12.0.0"
15+
# sha256 cellar: :any, big_sur: "86f4773b03246bacb48cedb7ea6cc2be395a738ef2ae5eb666894790f47013db"
1616
end
1717

1818
# Clang cannot find system headers if Xcode CLT is not installed

0 commit comments

Comments
 (0)