From 1d843e1fde6c5f4cdfbddf37ddbbe0d7ae88aa95 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 26 Sep 2023 14:38:50 +1100 Subject: [PATCH] libcxx 17.0.1 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8d045ab..6a6302f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "17.0.0.rc3" %} +{% set version = "17.0.1" %} package: name: libcxx_and_libcxxabi @@ -6,7 +6,7 @@ package: source: - url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz - sha256: 60493f4e974fcca7b739aea4901af2d957b0eaea34b42815359be59cf6c88fa2 + sha256: e71ba1f238c47d6cc6a747ce3a407bfd0c3bf81cd7e10ba88b45c47f740efcbd patches: - patches/0001-Support-legacy-standalone-builds.patch # See https://lists.llvm.org/pipermail/libcxx-dev/2021-July/001172.html