Skip to content

Commit f004897

Browse files
authored
feat(xpkg): 0.0.48 — subos.env declarations (#153)
Adds `xim.libxpkg.subos` with `subos.env{}`: a package can declare an environment variable its subos must export to every process entering it. Consumed by openxlings/xlings subos slice 1. GLOBAL is the GitHub tag tarball; CN is a byte-identical copy on gitcode, verified by downloading both and comparing sha256 (GET, not HEAD -- gitcode answers HEAD with 401).
1 parent 1eee7ce commit f004897

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.48"] = {
16+
url = {
17+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.48.tar.gz",
18+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.48/xpkg-0.0.48.tar.gz",
19+
},
20+
sha256 = "0ceb6e85c17f0e4b32942193edceb1cbe2ad929742af7f0b10133c7f01da39e4",
21+
},
1522
["0.0.47"] = {
1623
url = {
1724
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",
@@ -70,6 +77,13 @@ package = {
7077
},
7178
},
7279
macosx = {
80+
["0.0.48"] = {
81+
url = {
82+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.48.tar.gz",
83+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.48/xpkg-0.0.48.tar.gz",
84+
},
85+
sha256 = "0ceb6e85c17f0e4b32942193edceb1cbe2ad929742af7f0b10133c7f01da39e4",
86+
},
7387
["0.0.47"] = {
7488
url = {
7589
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",
@@ -128,6 +142,13 @@ package = {
128142
},
129143
},
130144
windows = {
145+
["0.0.48"] = {
146+
url = {
147+
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.48.tar.gz",
148+
CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.48/xpkg-0.0.48.tar.gz",
149+
},
150+
sha256 = "0ceb6e85c17f0e4b32942193edceb1cbe2ad929742af7f0b10133c7f01da39e4",
151+
},
131152
["0.0.47"] = {
132153
url = {
133154
GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.47.tar.gz",

0 commit comments

Comments
 (0)