Skip to content

Commit

Permalink
llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Mar 25, 2024
1 parent d56415b commit 3ccb1c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/llvm/llvm-core.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class LlvmCore < Formula
desc "Next-gen compiler infrastructure"
homepage "https://llvm.org/"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/llvm-project-17.0.2.src.tar.xz"
sha256 "351562b14d42fcefcbf00cc1f327680a1062bbbf67a1e1ca6acb64c473b06394"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/llvm-project-18.1.2.src.tar.xz"
sha256 "51073febd91d1f2c3b411d022695744bda322647e76e0b4eb1918229210c48d5"
license "Apache-2.0" => { with: "LLVM-exception" }

livecheck do
Expand Down Expand Up @@ -41,6 +41,11 @@ class LlvmCore < Formula

patch :DATA

patch do
url "https://github.com/llvm/llvm-project/commit/7d55a3ba92368be55b392c20d623fde6ac82d86d.patch?full_index=1"
sha256 "e333769f9150482c357fcd45914b959543d29bfe86406f10f9c5d054bd269878"
end

def install
resource("cpp-httplib").stage do
cpp_httplib_cmake_args = %W[
Expand Down

0 comments on commit 3ccb1c7

Please sign in to comment.