Skip to content

Commit 84fa166

Browse files
authored
bump(xpkg): 0.0.53 (#167)
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…).
1 parent aa11173 commit 84fa166

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.53"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.53.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.53/xpkg-0.0.53.tar.gz",
19+
},
20+
sha256 = "158da808846c09cb8758322828a6175a636d74f570f4ac47575c844f93c20cf8",
21+
},
1522
["0.0.52"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.52.tar.gz",

0 commit comments

Comments
 (0)