Skip to content

Commit 3272f1a

Browse files
committed
openkal 0.6.0
The 0.6.0 manifest states a capability the previous release did not, and the index serves published tarballs rather than branches. Without this entry a consumer resolving openkal by version gets content in which the package declares no layer, and the engine resolves its target side to the compiler payload instead of to the graph. CN mirror verified byte-identical to the GitHub archive before this entry was written. Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD
1 parent a9a9446 commit 3272f1a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/o/openkal.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ package = {
2222

2323
xpm = {
2424
linux = {
25+
["0.6.0"] = {
26+
url = {
27+
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.6.0.tar.gz",
28+
CN = "https://gitcode.com/mcpp-res/openkal/releases/download/0.6.0/openkal-0.6.0.tar.gz",
29+
},
30+
sha256 = "643a6ec61623f79298610b259c00042ad1f33d059d91ce4613c79ffb8d649371",
31+
},
2532
["0.5.2"] = {
2633
url = {
2734
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.5.2.tar.gz",
@@ -45,6 +52,13 @@ package = {
4552
},
4653
},
4754
macosx = {
55+
["0.6.0"] = {
56+
url = {
57+
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.6.0.tar.gz",
58+
CN = "https://gitcode.com/mcpp-res/openkal/releases/download/0.6.0/openkal-0.6.0.tar.gz",
59+
},
60+
sha256 = "643a6ec61623f79298610b259c00042ad1f33d059d91ce4613c79ffb8d649371",
61+
},
4862
["0.5.2"] = {
4963
url = {
5064
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.5.2.tar.gz",
@@ -68,6 +82,13 @@ package = {
6882
},
6983
},
7084
windows = {
85+
["0.6.0"] = {
86+
url = {
87+
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.6.0.tar.gz",
88+
CN = "https://gitcode.com/mcpp-res/openkal/releases/download/0.6.0/openkal-0.6.0.tar.gz",
89+
},
90+
sha256 = "643a6ec61623f79298610b259c00042ad1f33d059d91ce4613c79ffb8d649371",
91+
},
7192
["0.5.2"] = {
7293
url = {
7394
GLOBAL = "https://github.com/mcpplibs/openkal/archive/refs/tags/0.5.2.tar.gz",

0 commit comments

Comments
 (0)