Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Apr 4, 2024
1 parent 37684ff commit 609f1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-18.1.2/llvm-project-18.1.2.src.tar.xz"
sha256 "51073febd91d1f2c3b411d022695744bda322647e76e0b4eb1918229210c48d5"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/llvm-project-18.1.3.src.tar.xz"
sha256 "2929f62d69dec0379e529eb632c40e15191e36f3bd58c2cb2df0413a0dc48651"
license "Apache-2.0" => { with: "LLVM-exception" }

livecheck do
Expand Down

0 comments on commit 609f1c7

Please sign in to comment.