From 2f75251efa145c354cdef00e10bbfd8090f3f430 Mon Sep 17 00:00:00 2001 From: Christof Meerwald Date: Sat, 28 Jun 2025 15:02:49 +0200 Subject: [PATCH] Update xmake to 3.0.0 (#12530) --- .../patches/{xmake-2.9.9.patchset => xmake-3.0.0.patchset} | 0 dev-build/xmake/{xmake-2.9.9.recipe => xmake-3.0.0.recipe} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dev-build/xmake/patches/{xmake-2.9.9.patchset => xmake-3.0.0.patchset} (100%) rename dev-build/xmake/{xmake-2.9.9.recipe => xmake-3.0.0.recipe} (94%) diff --git a/dev-build/xmake/patches/xmake-2.9.9.patchset b/dev-build/xmake/patches/xmake-3.0.0.patchset similarity index 100% rename from dev-build/xmake/patches/xmake-2.9.9.patchset rename to dev-build/xmake/patches/xmake-3.0.0.patchset diff --git a/dev-build/xmake/xmake-2.9.9.recipe b/dev-build/xmake/xmake-3.0.0.recipe similarity index 94% rename from dev-build/xmake/xmake-2.9.9.recipe rename to dev-build/xmake/xmake-3.0.0.recipe index 967f563b0..85245ef8c 100644 --- a/dev-build/xmake/xmake-2.9.9.recipe +++ b/dev-build/xmake/xmake-3.0.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2015-present TBOOX Open Source Group" LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/xmake-io/xmake/releases/download/v$portVersion/xmake-v$portVersion.tar.gz" -CHECKSUM_SHA256="e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d" +CHECKSUM_SHA256="e749c2a902a1b88e6e3b73b78962a6417c9a04f91ce3c6e174a252598f10eb28" PATCHES="xmake-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2"