From 6572f6139c814ba1ae7e79b40a50623c927f9b08 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 30 Aug 2026 20:10:30 +0800 Subject: [PATCH] std-freestanding-alloc-kal 0.1.3 --- the ninth package of the openkal 0.10 move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A repin: openkal 0.10 adds five declarations, none to an interface this package uses. Its twelve definitions are unchanged. ⚠️ SEPARATE FROM #300 FOR A REASON, and the reason is worth recording. This package's CI resolves openkal from the PUBLISHED index artifact, which republishes only when this branch lands --- so while openkal 0.10.0 existed as a release but not yet as an index entry, its CI could not go green no matter what the package said. The batch had to land first and this had to follow it. There was no ordering that put both in one change. ⭐ It was also found by sweeping the index for every file that names openkal, rather than by working outward from the packages already being changed: `std-freestanding' requires this one as `^0.1.0' and so picks the bump up on its own, so nothing in the openkal dependency graph points at it. A sweep finds it and a traversal does not. --- 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 111c7480..c1d1dc80 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.3"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.3/std-freestanding-alloc-kal-0.1.3.tar.gz", + }, + sha256 = "257ff5ff4b3262f1f610266d18e0ddcb8630c6ef5a08f0f0b118eddc89c40fb3", + }, ["0.1.2"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.2.tar.gz", @@ -45,6 +52,13 @@ package = { }, }, macosx = { + ["0.1.3"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.3/std-freestanding-alloc-kal-0.1.3.tar.gz", + }, + sha256 = "257ff5ff4b3262f1f610266d18e0ddcb8630c6ef5a08f0f0b118eddc89c40fb3", + }, ["0.1.2"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.2.tar.gz", @@ -68,6 +82,13 @@ package = { }, }, windows = { + ["0.1.3"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.3.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.3/std-freestanding-alloc-kal-0.1.3.tar.gz", + }, + sha256 = "257ff5ff4b3262f1f610266d18e0ddcb8630c6ef5a08f0f0b118eddc89c40fb3", + }, ["0.1.2"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.2.tar.gz",