From 8f5ad308e955412534c1657887b8d3ff58ce07f8 Mon Sep 17 00:00:00 2001 From: speak-agent Date: Thu, 27 Aug 2026 23:38:00 +0800 Subject: [PATCH] std-freestanding-alloc-kal 0.1.1: it declares what it is built against MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️ `openkal = "0.5.1"' bounds the package below 0.6.0 --- a caret on a 0.x version stops at the next minor --- so it had been resolving 0.5.x while the specification released 0.6, 0.7 and 0.8. Nothing was broken by that and nothing would have reported it: clause 8 forbids the specification from altering a declaration it has published, so `kal_alloc' and `kal_free' mean in 0.8.0 exactly what they meant in 0.5.1. That is the reason to move rather than a reason not to. A package declaring a version it does not test against records what it was written against and stops recording what it works with. --- 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 bccf5d0..7ace61a 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.1"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz", + }, + sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7", + }, ["0.1.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz", @@ -31,6 +38,13 @@ package = { }, }, macosx = { + ["0.1.1"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz", + }, + sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7", + }, ["0.1.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz", @@ -40,6 +54,13 @@ package = { }, }, windows = { + ["0.1.1"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.1.tar.gz", + CN = "https://gitcode.com/mcpp-res/std-freestanding-alloc-kal/releases/download/0.1.1/std-freestanding-alloc-kal-0.1.1.tar.gz", + }, + sha256 = "a25edb94353e99959d1789836df7368b58277168acadd46e554e2220c47642d7", + }, ["0.1.0"] = { url = { GLOBAL = "https://github.com/mcpplibs/std-freestanding-alloc-kal/archive/refs/tags/0.1.0.tar.gz",