From c26ec6c4a684d3695ef4c8ebceed117a85b76fb6 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Thu, 6 Aug 2026 14:12:08 +0800 Subject: [PATCH] bump(xpkg): 0.0.52 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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…). --- pkgs/x/xpkg.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/x/xpkg.lua b/pkgs/x/xpkg.lua index 9d16618..6d4fe72 100644 --- a/pkgs/x/xpkg.lua +++ b/pkgs/x/xpkg.lua @@ -12,6 +12,13 @@ package = { xpm = { linux = { + ["0.0.52"] = { + url = { + GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.52.tar.gz", + CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.52/xpkg-0.0.52.tar.gz", + }, + sha256 = "5cfa70af911b31a3c142a0a8e7faee9c56b1655baa5963d3153b1721e1f9c60c", + }, ["0.0.51"] = { url = { GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.51.tar.gz",