Skip to content

Commit e7b83d9

Browse files
authored
chore(xpkg): add libxpkg 0.0.46
Upstream: openxlings/libxpkg#29. Related to openxlings/xlings#381.
1 parent 6d1f681 commit e7b83d9

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.46"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.46/xpkg-0.0.46.tar.gz",
19+
},
20+
sha256 = "6ffbc16108458d47f377ec6046dcf4c67f9a1d3815fc59ea331e39f31906dba0",
21+
},
1522
["0.0.45"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",
@@ -56,6 +63,13 @@ package = {
5663
},
5764
},
5865
macosx = {
66+
["0.0.46"] = {
67+
url = {
68+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",
69+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.46/xpkg-0.0.46.tar.gz",
70+
},
71+
sha256 = "6ffbc16108458d47f377ec6046dcf4c67f9a1d3815fc59ea331e39f31906dba0",
72+
},
5973
["0.0.45"] = {
6074
url = {
6175
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",
@@ -100,6 +114,13 @@ package = {
100114
},
101115
},
102116
windows = {
117+
["0.0.46"] = {
118+
url = {
119+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.46.tar.gz",
120+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.46/xpkg-0.0.46.tar.gz",
121+
},
122+
sha256 = "6ffbc16108458d47f377ec6046dcf4c67f9a1d3815fc59ea331e39f31906dba0",
123+
},
103124
["0.0.45"] = {
104125
url = {
105126
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.45.tar.gz",

0 commit comments

Comments
 (0)