Skip to content

Commit 84ca484

Browse files
committed
openkal-llvm-runtime 0.6.0
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.
1 parent 1f5b4e5 commit 84ca484

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/o/openkal-llvm-runtime.lua

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

2727
xpm = {
2828
linux = {
29+
["0.6.0"] = {
30+
url = {
31+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz",
32+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz",
33+
},
34+
sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98",
35+
},
2936
["0.5.0"] = {
3037
url = {
3138
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",
@@ -91,6 +98,13 @@ package = {
9198
},
9299
},
93100
macosx = {
101+
["0.6.0"] = {
102+
url = {
103+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz",
104+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz",
105+
},
106+
sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98",
107+
},
94108
["0.5.0"] = {
95109
url = {
96110
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",
@@ -156,6 +170,13 @@ package = {
156170
},
157171
},
158172
windows = {
173+
["0.6.0"] = {
174+
url = {
175+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.6.0.tar.gz",
176+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.6.0/openkal-llvm-runtime-0.6.0.tar.gz",
177+
},
178+
sha256 = "8bd255059a30fde3bc45e6d6b2c058e783dce580bf4642759eae48d8f2d34d98",
179+
},
159180
["0.5.0"] = {
160181
url = {
161182
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",

0 commit comments

Comments
 (0)