Skip to content

Commit 4787c51

Browse files
authored
xpkg 0.0.51: payload-first tool resolution + relocate_build_paths (#164)
openxlings/libxpkg#35. Two changes, one rule: when libxpkg needs a tool it resolves the payload rather than a view, and when it transforms a payload it asserts the result rather than the intent. The CN asset is a byte-identical copy of the GitHub tag tarball, verified by downloading both and comparing sha256 (GET, not HEAD -- gitcode HEADs 401).
1 parent 3ce6cb5 commit 4787c51

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/x/xpkg.lua

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

1313
xpm = {
1414
linux = {
15+
["0.0.51"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.51.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.51/xpkg-0.0.51.tar.gz",
19+
},
20+
sha256 = "d347eabb5c04433bfd9c9dfdfe52cf2a24eac6836e44721eebf21f7d3ca9b738",
21+
},
1522
["0.0.50"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.50.tar.gz",
@@ -91,6 +98,13 @@ package = {
9198
},
9299
},
93100
macosx = {
101+
["0.0.51"] = {
102+
url = {
103+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.51.tar.gz",
104+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.51/xpkg-0.0.51.tar.gz",
105+
},
106+
sha256 = "d347eabb5c04433bfd9c9dfdfe52cf2a24eac6836e44721eebf21f7d3ca9b738",
107+
},
94108
["0.0.50"] = {
95109
url = {
96110
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.50.tar.gz",
@@ -170,6 +184,13 @@ package = {
170184
},
171185
},
172186
windows = {
187+
["0.0.51"] = {
188+
url = {
189+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.51.tar.gz",
190+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.51/xpkg-0.0.51.tar.gz",
191+
},
192+
sha256 = "d347eabb5c04433bfd9c9dfdfe52cf2a24eac6836e44721eebf21f7d3ca9b738",
193+
},
173194
["0.0.50"] = {
174195
url = {
175196
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.50.tar.gz",

0 commit comments

Comments
 (0)