Skip to content

Commit 2a854b6

Browse files
authored
Update trigger-command to version 0.3.0 (#104)
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 2a284fd commit 2a854b6

File tree

2 files changed

+48
-9
lines changed

2 files changed

+48
-9
lines changed

manifests/trigger-command/trigger-command.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"name": "trigger-command",
33
"description": "A Spin trigger that executes the WASI main function of a component.",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"spinCompatibility": ">=2.0",
66
"license": "Apache-2.0",
77
"packages": [
88
{
99
"os": "windows",
1010
"arch": "amd64",
11-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-windows-amd64.tar.gz",
12-
"sha256": "a138ba07a73dc2b3de6e1777726cc44f97bdcf21f1e9a62b577f6f8bee9f3f58"
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.0/trigger-command-0.3.0-windows-amd64.tar.gz",
12+
"sha256": "4cdc22b522ea5319f9d0b2f36757fd11645305729c4f76aef5f106153e565a32"
1313
},
1414
{
1515
"os": "linux",
1616
"arch": "amd64",
17-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-linux-amd64.tar.gz",
18-
"sha256": "f6645450535eecdbd74b18a830e2fff75b456a03ea34483817fc9486c7e71d76"
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.0/trigger-command-0.3.0-linux-amd64.tar.gz",
18+
"sha256": "28d415bc4c057e53faaa766c2f339b75567ee9568720b6652965c4387f74e606"
1919
},
2020
{
2121
"os": "macos",
2222
"arch": "aarch64",
23-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-macos-aarch64.tar.gz",
24-
"sha256": "400c0440ddf692a7e10c1ce82ba38a2f6f7147e760947430085b1926386c3244"
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.0/trigger-command-0.3.0-macos-aarch64.tar.gz",
24+
"sha256": "46995a3960c50f68c3a82eb32aeae873a5dfab07ff0c0d933b70a8668ed16f48"
2525
},
2626
{
2727
"os": "macos",
2828
"arch": "amd64",
29-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-macos-amd64.tar.gz",
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.0/trigger-command-0.3.0-macos-amd64.tar.gz",
3030
"sha256": "584a431569b878f84e29dd9cb15900ebbc9f5d92443d2f22176fa3c5b3d7f455"
3131
},
3232
{
3333
"os": "linux",
3434
"arch": "aarch64",
35-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-linux-aarch64.tar.gz",
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.0/trigger-command-0.3.0-linux-aarch64.tar.gz",
3636
"sha256": "ad160ed5f5ee8c03f525b0f61ba85790af3c0215a35558b99921d0abb6387050"
3737
}
3838
]
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.2.2",
5+
"spinCompatibility": ">=2.0",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "windows",
10+
"arch": "amd64",
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-windows-amd64.tar.gz",
12+
"sha256": "a138ba07a73dc2b3de6e1777726cc44f97bdcf21f1e9a62b577f6f8bee9f3f58"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-linux-amd64.tar.gz",
18+
"sha256": "f6645450535eecdbd74b18a830e2fff75b456a03ea34483817fc9486c7e71d76"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "aarch64",
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-macos-aarch64.tar.gz",
24+
"sha256": "400c0440ddf692a7e10c1ce82ba38a2f6f7147e760947430085b1926386c3244"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "amd64",
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-macos-amd64.tar.gz",
30+
"sha256": "39cfb40bfe835d1aceb59a2612bfdbe970c4f404037e335d046cd13f2b5d482d"
31+
},
32+
{
33+
"os": "linux",
34+
"arch": "aarch64",
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.2/trigger-command-0.2.2-linux-aarch64.tar.gz",
36+
"sha256": "ad160ed5f5ee8c03f525b0f61ba85790af3c0215a35558b99921d0abb6387050"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)