From 319fce1e4fb58ba775ba11216d4198ec8118b5bb Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:43:27 +0100 Subject: [PATCH] llvm17: update to 17.0.6 (#9820) --- sys-devel/llvm/{llvm17-17.0.1.recipe => llvm17-17.0.6.recipe} | 4 ++-- .../{llvm17-17.0.1.patchset => llvm17-17.0.6.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename sys-devel/llvm/{llvm17-17.0.1.recipe => llvm17-17.0.6.recipe} (99%) rename sys-devel/llvm/patches/{llvm17-17.0.1.patchset => llvm17-17.0.6.patchset} (100%) diff --git a/sys-devel/llvm/llvm17-17.0.1.recipe b/sys-devel/llvm/llvm17-17.0.6.recipe similarity index 99% rename from sys-devel/llvm/llvm17-17.0.1.recipe rename to sys-devel/llvm/llvm17-17.0.6.recipe index 5592375eb..6a8b1bece 100644 --- a/sys-devel/llvm/llvm17-17.0.1.recipe +++ b/sys-devel/llvm/llvm17-17.0.6.recipe @@ -30,9 +30,9 @@ other than the ones listed above. HOMEPAGE="https://www.llvm.org/" COPYRIGHT="2003-2023 University of Illinois at Urbana-Champaign" LICENSE="Apache v2 with LLVM Exception" -REVISION="5" +REVISION="1" SOURCE_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-$portVersion/llvm-project-$portVersion.src.tar.xz" -CHECKSUM_SHA256="b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9" +CHECKSUM_SHA256="58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813" SOURCE_DIR="llvm-project-$portVersion.src" PATCHES="llvm17-$portVersion.patchset" diff --git a/sys-devel/llvm/patches/llvm17-17.0.1.patchset b/sys-devel/llvm/patches/llvm17-17.0.6.patchset similarity index 100% rename from sys-devel/llvm/patches/llvm17-17.0.1.patchset rename to sys-devel/llvm/patches/llvm17-17.0.6.patchset