Skip to content

Commit 0aa15e6

Browse files
authored
feat(xpkg): 0.0.49 (#156)
* feat(xpkg): 0.0.49 Dependency version ranges in a recipe were joined as directory names, so a consumer's RUNPATH and its INTERP could come from different versions of the same package — a binary that segfaults before main with no diagnostic. See openxlings/libxpkg#33. Published to both mirrors and verified byte-identical. * style(xpkg): keep the version list descending
1 parent 881c4d3 commit 0aa15e6

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,11 @@ package = {
1212

1313
xpm = {
1414
linux = {
15+
["0.0.49"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.49.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.49/xpkg-0.0.49.tar.gz",
19+
},
1520
["0.0.48"] = {
1621
url = {
1722
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.48.tar.gz",
@@ -25,6 +30,8 @@ package = {
2530
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.47/xpkg-0.0.47.tar.gz",
2631
},
2732
sha256 = "fe879e8f52ea5a7f316ca54bca1fa393febb8e2a23a3de852b0c2be1918a0be9",
33+
},
34+
sha256 = "45f23d16aba01833cc38ad4a2a117ab2646d9c0edad5f4c9eafecc53a70457ff",
2835
},
2936
["0.0.46"] = {
3037
url = {

0 commit comments

Comments
 (0)