Skip to content

Commit 08b30f4

Browse files
Merge pull request #84 from vdice/bump/trigger-command-0.2.0
chore(trigger-command): bump to 0.2.0
2 parents a97f029 + 62125ec commit 08b30f4

File tree

2 files changed

+56
-17
lines changed

2 files changed

+56
-17
lines changed
Lines changed: 17 additions & 17 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.1",
4+
"version": "0.2.0",
55
"spinCompatibility": ">=2.0",
66
"license": "Apache-2.0",
77
"packages": [
88
{
9-
"os": "macos",
9+
"os": "linux",
10+
"arch": "aarch64",
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-aarch64.tar.gz",
12+
"sha256": "6ed8a6eb3cafeac150b62a03ca46cc7e267352ccc267d4d3ef3f757fe653d9f8"
13+
},
14+
{
15+
"os": "linux",
1016
"arch": "amd64",
11-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-macos-amd64.tar.gz",
12-
"sha256": "2e222baae3d2c7cbdc4786f8fcd228b8584e151c88b20dedf4ab74a0beebb90b"
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-amd64.tar.gz",
18+
"sha256": "11bc757d82f273dd0d3848180935bb6cd7cbc824a73d401c33915d8ecd32a79a"
1319
},
1420
{
1521
"os": "windows",
1622
"arch": "amd64",
17-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-windows-amd64.tar.gz",
18-
"sha256": "5e82070511a8057774b4817770b94d5d19c2f1ee0cf0a63291668456c6c1dcba"
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-windows-amd64.tar.gz",
24+
"sha256": "4b87700234811d36b18f9301a58c9868eb1d075e96c58588c4067c19bb251b6d"
1925
},
2026
{
2127
"os": "macos",
22-
"arch": "aarch64",
23-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-macos-aarch64.tar.gz",
24-
"sha256": "c6dcad607cc7b9080760420bbec8e2c5c2a25a898fad1564c93be2352d8ae5d4"
25-
},
26-
{
27-
"os": "linux",
2828
"arch": "amd64",
29-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-linux-amd64.tar.gz",
30-
"sha256": "1d12b6d1cf52ae5727c77f4dece29dc92280b9029ef06802db90e88ddeacd407"
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-amd64.tar.gz",
30+
"sha256": "9a8fe0aa055cfca33b35ef5461b9a7ee07d4ec1931e3f398a410e5e25b9b118a"
3131
},
3232
{
33-
"os": "linux",
33+
"os": "macos",
3434
"arch": "aarch64",
35-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-linux-aarch64.tar.gz",
36-
"sha256": "4c4c1ecaaee889f15d409d7e415932ed1bcbb9b4e2750a2ccaef32275adfb2b6"
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-aarch64.tar.gz",
36+
"sha256": "4fd835ef6e10138a33c44c0f9a849e3a0253e66b5e699730498ac221921c34d4"
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.1.0",
5+
"spinCompatibility": ">=2.0",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "macos",
10+
"arch": "amd64",
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-macos-amd64.tar.gz",
12+
"sha256": "2e222baae3d2c7cbdc4786f8fcd228b8584e151c88b20dedf4ab74a0beebb90b"
13+
},
14+
{
15+
"os": "windows",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-windows-amd64.tar.gz",
18+
"sha256": "5e82070511a8057774b4817770b94d5d19c2f1ee0cf0a63291668456c6c1dcba"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "aarch64",
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-macos-aarch64.tar.gz",
24+
"sha256": "c6dcad607cc7b9080760420bbec8e2c5c2a25a898fad1564c93be2352d8ae5d4"
25+
},
26+
{
27+
"os": "linux",
28+
"arch": "amd64",
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-linux-amd64.tar.gz",
30+
"sha256": "1d12b6d1cf52ae5727c77f4dece29dc92280b9029ef06802db90e88ddeacd407"
31+
},
32+
{
33+
"os": "linux",
34+
"arch": "aarch64",
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.1.0/trigger-command-0.1-linux-aarch64.tar.gz",
36+
"sha256": "4c4c1ecaaee889f15d409d7e415932ed1bcbb9b4e2750a2ccaef32275adfb2b6"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)