Skip to content

Commit 1f0e4c9

Browse files
authored
Merge pull request #136 from vdice/chore/release-trigger-command-0.5.0
chore(manifests): add trigger-command 0.5.0
2 parents 6129c9d + 2f8ace1 commit 1f0e4c9

File tree

2 files changed

+55
-16
lines changed

2 files changed

+55
-16
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
22
"name": "trigger-command",
33
"description": "A Spin trigger that executes the WASI main function of a component.",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"spinCompatibility": ">=2.0",
66
"license": "Apache-2.0",
77
"packages": [
88
{
9-
"os": "macos",
10-
"arch": "aarch64",
11-
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-aarch64.tar.gz",
12-
"sha256": "7facaebffba6f71fed8404f25adf1ef4f3795497f698e25e60bf2cf97446ebea"
9+
"os": "windows",
10+
"arch": "amd64",
11+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.5.0/trigger-command-0.5.0-windows-amd64.tar.gz",
12+
"sha256": "16a90a8f8160921030238a2f7bfcaf2e9c7bc72dc7fdf45a2a01514195eef6f0"
1313
},
1414
{
1515
"os": "linux",
1616
"arch": "amd64",
17-
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-amd64.tar.gz",
18-
"sha256": "bb185483fe9c0a7b1fb3234d733a1bb1edee5e628523fae4ff3b8103ebe02b10"
17+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.5.0/trigger-command-0.5.0-linux-amd64.tar.gz",
18+
"sha256": "ef8df70b70290e236b4825ee1fc0e060a2949921677bcfbf43bf3d7bd3632db4"
1919
},
2020
{
21-
"os": "windows",
22-
"arch": "amd64",
23-
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-windows-amd64.tar.gz",
24-
"sha256": "97d8ff5228361c5553b061c3ce82c4f7365446d9630df39abad100dc7e94f9ba"
21+
"os": "linux",
22+
"arch": "aarch64",
23+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.5.0/trigger-command-0.5.0-linux-aarch64.tar.gz",
24+
"sha256": "cd9cda344959282a09465c0829fc13ffe54547ed8b85eeda5803dddaf5c0cfb2"
2525
},
2626
{
2727
"os": "macos",
2828
"arch": "amd64",
29-
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-amd64.tar.gz",
30-
"sha256": "b13b984f5fc4c68eb998d506fba1595a0b80139a5030f00c1cad0c52a2d675db"
29+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.5.0/trigger-command-0.5.0-macos-amd64.tar.gz",
30+
"sha256": "eab3e3e2eafdc6c10410ed75b096fd5247d09b7d63f07a5c3ba72ef6d337c6a4"
3131
},
3232
{
33-
"os": "linux",
33+
"os": "macos",
3434
"arch": "aarch64",
35-
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-aarch64.tar.gz",
36-
"sha256": "394718db2db2c633ab56954ce6bb69d8d4c689cbb28019b1e31d05356e70f0e4"
35+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.5.0/trigger-command-0.5.0-macos-aarch64.tar.gz",
36+
"sha256": "10175311150067409ec43e3ae7050818558cd52ce3675ce546be5d9d12d0f0ed"
3737
}
3838
]
3939
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "trigger-command",
3+
"description": "A Spin trigger that executes the WASI main function of a component.",
4+
"version": "0.4.1",
5+
"spinCompatibility": ">=2.0",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "macos",
10+
"arch": "aarch64",
11+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-aarch64.tar.gz",
12+
"sha256": "7facaebffba6f71fed8404f25adf1ef4f3795497f698e25e60bf2cf97446ebea"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-amd64.tar.gz",
18+
"sha256": "bb185483fe9c0a7b1fb3234d733a1bb1edee5e628523fae4ff3b8103ebe02b10"
19+
},
20+
{
21+
"os": "windows",
22+
"arch": "amd64",
23+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-windows-amd64.tar.gz",
24+
"sha256": "97d8ff5228361c5553b061c3ce82c4f7365446d9630df39abad100dc7e94f9ba"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "amd64",
29+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-amd64.tar.gz",
30+
"sha256": "b13b984f5fc4c68eb998d506fba1595a0b80139a5030f00c1cad0c52a2d675db"
31+
},
32+
{
33+
"os": "linux",
34+
"arch": "aarch64",
35+
"url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-aarch64.tar.gz",
36+
"sha256": "394718db2db2c633ab56954ce6bb69d8d4c689cbb28019b1e31d05356e70f0e4"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)