Skip to content

Commit 9d5fa79

Browse files
committed
abi
Closes #644. Signed-off-by: paperchalice <29250197+paperchalice@users.noreply.github.com>
1 parent 9ac566f commit 9d5fa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/llvm/libc++abi.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libcxxabi < Formula
22
desc "C++ Standard Library Support"
33
homepage "https://libcxxabi.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/llvm-project-19.1.5.src.tar.xz"
5-
sha256 "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0/llvm-project-20.1.0.src.tar.xz"
5+
sha256 "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
bottle do

0 commit comments

Comments
 (0)