Skip to content

Commit dc31c82

Browse files
authored
feat(xpkg): register libxpkg 0.0.45 source mirrors
Squash merge after cross-platform CI verification.
1 parent 8c75ace commit dc31c82

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.45"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.45/xpkg-0.0.45.tar.gz",
19+
},
20+
sha256 = "8a21ffe14c368834e1b135fc2977f499628845049fb161dff8743e3b96e858fa",
21+
},
1522
["0.0.44"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/v0.0.44.tar.gz",
@@ -49,6 +56,13 @@ package = {
4956
},
5057
},
5158
macosx = {
59+
["0.0.45"] = {
60+
url = {
61+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",
62+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.45/xpkg-0.0.45.tar.gz",
63+
},
64+
sha256 = "8a21ffe14c368834e1b135fc2977f499628845049fb161dff8743e3b96e858fa",
65+
},
5266
["0.0.44"] = {
5367
url = {
5468
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/v0.0.44.tar.gz",
@@ -86,6 +100,13 @@ package = {
86100
},
87101
},
88102
windows = {
103+
["0.0.45"] = {
104+
url = {
105+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",
106+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.45/xpkg-0.0.45.tar.gz",
107+
},
108+
sha256 = "8a21ffe14c368834e1b135fc2977f499628845049fb161dff8743e3b96e858fa",
109+
},
89110
["0.0.44"] = {
90111
url = {
91112
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/v0.0.44.tar.gz",

0 commit comments

Comments
 (0)