From 14003731684141444e759a72204732fc2d4dc02b Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Thu, 6 Aug 2026 14:48:22 +0800 Subject: [PATCH] bump(xpkg): 0.0.53 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install_dir now says WHY it has no answer instead of "cannot get install dir" -- not a dependency on this platform, or declared and absent. The two point in opposite directions and the old wording pointed at neither (openxlings/xlings#487). GLOBAL and CN verified byte-identical (sha256 158da808…). --- pkgs/x/xpkg.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/x/xpkg.lua b/pkgs/x/xpkg.lua index 6d4fe72..7fdf042 100644 --- a/pkgs/x/xpkg.lua +++ b/pkgs/x/xpkg.lua @@ -12,6 +12,13 @@ package = { xpm = { linux = { + ["0.0.53"] = { + url = { + GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.53.tar.gz", + CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.53/xpkg-0.0.53.tar.gz", + }, + sha256 = "158da808846c09cb8758322828a6175a636d74f570f4ac47575c844f93c20cf8", + }, ["0.0.52"] = { url = { GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.52.tar.gz",