From 579d62d93f81f02b64e937332867e52882042a50 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 31 Aug 2026 04:47:55 +0800 Subject: [PATCH] std-freestanding-alloc-kal 0.1.4 --- the ninth package of the openkal 0.11 move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A repin. openkal 0.11 collapses the three spawn declarations into one, makes the unit a resource, and adds an enquiry; none of them belongs to an interface this package uses, and its twelve definitions are unchanged. ⚠️ SEPARATE FROM THE BATCH FOR THE SAME REASON AS LAST TIME, and it is worth stating twice because it looks like an oversight and is not. This package's CI resolves openkal from the PUBLISHED index artifact, which republishes only when mcpp-index's main is pushed. While openkal 0.11.0 existed as a release but not yet as an index entry, its CI could not go green whatever the package said. The batch had to land first and this had to follow it; no ordering puts both in one change. ⚠️ And the first rerun after the batch landed STILL failed, with the same message, because it had synced the artifact from before the merge --- visible in the log as `mcpplibs@artifact:c188c38' against a merge commit of 9a7f40d. The artifact for the merge was verified by hand to carry all eight before this was retried, so that "not found" was distinguished from "not published". --- pkgs/s/std-freestanding-alloc-kal.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pkgs/s/std-freestanding-alloc-kal.lua b/pkgs/s/std-freestanding-alloc-kal.lua index c1d1dc8..07663ee 100644 --- a/pkgs/s/std-freestanding-alloc-kal.lua +++ b/pkgs/s/std-freestanding-alloc-kal.lua @@ -22,6 +22,13 @@ package = { xpm = { linux = { + ["0.1.4"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz", + }, + sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd", + }, ["0.1.3"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz", @@ -52,6 +59,13 @@ package = { }, }, macosx = { + ["0.1.4"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz", + }, + sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd", + }, ["0.1.3"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz", @@ -82,6 +96,13 @@ package = { }, }, windows = { + ["0.1.4"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.4.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.4/std-freestanding-alloc-kal-0.1.4.tar.gz", + }, + sha256 = "1cd6589b42cf8355b99cc1458c4f48e90b1ae6614b9aefa7e60b9fd6b1863bdd", + }, ["0.1.3"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz",