Skip to content

Commit d9ec2f2

Browse files
committed
feat(xpkg): publish 0.0.47
Adds `src`/`dst` for `type = "files"` assets and an `args` list separate from `alias`, both needed by xlings to place and switch files that are not programs. See openxlings/libxpkg#31. Artifact is the GitHub tag tarball; the CN entry is the same bytes under the gitcode mirror, verified by downloading both and comparing: fe879e8f52ea5a7f316ca54bca1fa393febb8e2a23a3de852b0c2be1918a0be9
1 parent a5e125a commit d9ec2f2

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.47"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.47/xpkg-0.0.47.tar.gz",
19+
},
20+
sha256 = "fe879e8f52ea5a7f316ca54bca1fa393febb8e2a23a3de852b0c2be1918a0be9",
21+
},
1522
["0.0.46"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",
@@ -63,6 +70,13 @@ package = {
6370
},
6471
},
6572
macosx = {
73+
["0.0.47"] = {
74+
url = {
75+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",
76+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.47/xpkg-0.0.47.tar.gz",
77+
},
78+
sha256 = "fe879e8f52ea5a7f316ca54bca1fa393febb8e2a23a3de852b0c2be1918a0be9",
79+
},
6680
["0.0.46"] = {
6781
url = {
6882
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",
@@ -114,6 +128,13 @@ package = {
114128
},
115129
},
116130
windows = {
131+
["0.0.47"] = {
132+
url = {
133+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",
134+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.47/xpkg-0.0.47.tar.gz",
135+
},
136+
sha256 = "fe879e8f52ea5a7f316ca54bca1fa393febb8e2a23a3de852b0c2be1918a0be9",
137+
},
117138
["0.0.46"] = {
118139
url = {
119140
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",

0 commit comments

Comments
 (0)