Skip to content

Commit 296e4cb

Browse files
committed
openarch 0.5.1 —— 模板的构建程序补齐,断言改为逐行
0.5.0 的模板 build.mcpp.in 仍带 x86_64 的旧早退,与它自己的 README 矛盾。 CI 看不见是因为模板断言落在只装 RISC-V 模拟器的那一行。
1 parent 89c0f40 commit 296e4cb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/o/openarch.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ package = {
3535

3636
xpm = {
3737
linux = {
38+
["0.5.1"] = {
39+
url = {
40+
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.1.tar.gz",
41+
CN = "https://gitcode.com/mcpp-res/openarch/releases/download/0.5.1/openarch-0.5.1.tar.gz",
42+
},
43+
sha256 = "099c40bb9f0e2003ba435063b5c5b3b75ba7c5510a0df846daa95934869131d6",
44+
},
3845
["0.5.0"] = {
3946
url = {
4047
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.0.tar.gz",
@@ -72,6 +79,13 @@ package = {
7279
},
7380
},
7481
macosx = {
82+
["0.5.1"] = {
83+
url = {
84+
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.1.tar.gz",
85+
CN = "https://gitcode.com/mcpp-res/openarch/releases/download/0.5.1/openarch-0.5.1.tar.gz",
86+
},
87+
sha256 = "099c40bb9f0e2003ba435063b5c5b3b75ba7c5510a0df846daa95934869131d6",
88+
},
7589
["0.5.0"] = {
7690
url = {
7791
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.0.tar.gz",
@@ -109,6 +123,13 @@ package = {
109123
},
110124
},
111125
windows = {
126+
["0.5.1"] = {
127+
url = {
128+
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.1.tar.gz",
129+
CN = "https://gitcode.com/mcpp-res/openarch/releases/download/0.5.1/openarch-0.5.1.tar.gz",
130+
},
131+
sha256 = "099c40bb9f0e2003ba435063b5c5b3b75ba7c5510a0df846daa95934869131d6",
132+
},
112133
["0.5.0"] = {
113134
url = {
114135
GLOBAL = "https://github.com/mcpplibs/openarch/archive/refs/tags/0.5.0.tar.gz",

0 commit comments

Comments
 (0)