Skip to content

Commit c26ec6c

Browse files
committed
bump(xpkg): 0.0.52
host_link_interposer (the B-line mechanism: an interposer built by patchelf from a shipped stub, binding the host vendor's dependency closure per-object by DT_RPATH), plus a loader fix -- a `deps` table mixing a positional list with `build = {...}` dropped the build deps and copied the positional entries into build_deps in their place. GLOBAL and CN verified byte-identical (sha256 5cfa70af…).
1 parent 45f45f9 commit c26ec6c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkgs/x/xpkg.lua

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

1313
xpm = {
1414
linux = {
15+
["0.0.52"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.52.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.52/xpkg-0.0.52.tar.gz",
19+
},
20+
sha256 = "5cfa70af911b31a3c142a0a8e7faee9c56b1655baa5963d3153b1721e1f9c60c",
21+
},
1522
["0.0.51"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.51.tar.gz",

0 commit comments

Comments
 (0)