From 36a7c24f840a3bde6ae9a8a95a97d9be1ee5bafe Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 4 Sep 2024 10:54:05 +1100 Subject: [PATCH] libcxx v19.1.0.rc4 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b6e145a0..5bcb1658 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "19.1.0.rc3" %} +{% set version = "19.1.0.rc4" %} {% if sys_abi is undefined %} {% set sys_abi = "dummy" %} @@ -11,7 +11,7 @@ package: source: - url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz - sha256: 57f926edf60a92947fa9b8b0adfdf3c6f2182a4ecf1c929176218eef619d7411 + sha256: 570ea538eae9939e1b008c4e8055227dae3ab58054c74707ad1d5a8cb51536c3 patches: # See https://discourse.llvm.org/t/shipping-custom-libc-on-macos/58606 - patches/0001-Fix-ABI-compatibility-with-system.patch # [sys_abi == "pre-12"] @@ -24,7 +24,7 @@ source: - patches/0005-patch-__libcpp_tzdb_directory-to-allow-use-on-osx.patch build: - number: 1 + number: 0 skip: true # [win] skip: true # [ppc64le or aarch64]