From 84ca4845708f3b6060f508cccdc2e595e78f4503 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 15:38:43 +0800 Subject: [PATCH] openkal-llvm-runtime 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repins the C library to openkal-musl 0.10.0 — openkal-linux#13, the exec search. ⚠️⚠️ AND THE REPIN IS THE POINT, not a formality. A version requirement is exact and nothing floats up, so this package's pin is the whole of what a C++ consumer can have. Without it, a program naming both openkal-musl = "0.10.0" openkal-llvm-runtime = "0.5.0" gets neither: 'irreconcilable versions'. Measured. The consumer who reported the defect builds C++, and was told to change the wrong line. Both mirrors carry the same bytes; the sha256 is the GitHub tarball's and the gitcode asset was downloaded and compared against it. --- pkgs/o/openkal-llvm-runtime.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pkgs/o/openkal-llvm-runtime.lua b/pkgs/o/openkal-llvm-runtime.lua index b7b1eebf..33925011 100644 --- a/pkgs/o/openkal-llvm-runtime.lua +++ b/pkgs/o/openkal-llvm-runtime.lua @@ -26,6 +26,13 @@ package = { xpm = { linux = { + ["0.6.0"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz", + CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz", + }, + sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98", + }, ["0.5.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz", @@ -91,6 +98,13 @@ package = { }, }, macosx = { + ["0.6.0"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz", + CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz", + }, + sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98", + }, ["0.5.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz", @@ -156,6 +170,13 @@ package = { }, }, windows = { + ["0.6.0"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz", + CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz", + }, + sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98", + }, ["0.5.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",