Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions pkgs/z/ZheFeng7110.boost.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Form A descriptor: boost-module ships its own mcpp.toml at the archive root,
-- and that manifest IS the build. The `mcpp` field therefore points at it
-- rather than inlining a Form B descriptor, because the package needs things an
Expand All @@ -24,19 +24,28 @@
xpm = {
linux = {
["1.91.0.0.1.0"] = {
url = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
url = {
GLOBAL = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
CN = "https://gitcode.com/ZheFeng7/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
},
sha256 = "63a9aae63140f22e518a4ee758332afd5b5037d916731dc9c8339dea1a1e1010",
},
},
macosx = {
["1.91.0.0.1.0"] = {
url = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
url = {
GLOBAL = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
CN = "https://gitcode.com/ZheFeng7/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
},
sha256 = "63a9aae63140f22e518a4ee758332afd5b5037d916731dc9c8339dea1a1e1010",
},
},
windows = {
["1.91.0.0.1.0"] = {
url = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
url = {
GLOBAL = "https://github.com/ZheFeng7110/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
CN = "https://gitcode.com/ZheFeng7/boost-module/releases/download/v1.91.0.0.1.0/boost-module-v1.91.0.0.1.0.tar.xz",
},
sha256 = "63a9aae63140f22e518a4ee758332afd5b5037d916731dc9c8339dea1a1e1010",
},
},
Expand Down
Loading