Skip to content

Commit 567ea56

Browse files
authored
feat(xpkg): 0.0.50 (#157)
resolved_deps: a total record of what the resolver decided for every runtime dependency, so "which version is this dep" stops having four independent answers. elfpatch's re-derivation branch is deleted rather than fixed. See openxlings/libxpkg#34.
1 parent 0aa15e6 commit 567ea56

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

0 commit comments

Comments
 (0)