Skip to content

Commit

Permalink
lca
Browse files Browse the repository at this point in the history
Closes #506.

Signed-off-by: paperchalice <29250197+paperchalice@users.noreply.github.com>
  • Loading branch information
PaperChalice authored and paperchalice committed Sep 23, 2023
1 parent f7810ab commit d0c5fc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/libc++abi.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Libcxxabi < Formula
desc "C++ Standard Library Support"
homepage "https://libcxxabi.llvm.org/"
url "https://github.com/llvm/llvm-project.git",
tag: "llvmorg-14.0.0",
revision: "329fda39c507e8740978d10458451dcdb21563be"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/llvm-project-17.0.1.src.tar.xz"
sha256 "b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9"
license "Apache-2.0" => { with: "LLVM-exception" }

bottle do
Expand Down

0 comments on commit d0c5fc8

Please sign in to comment.