Skip to content

Commit 463aab6

Browse files
committed
Add Cron to plugins
Signed-off-by: Brian Hardock <[email protected]>
1 parent 221561e commit 463aab6

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "trigger-cron",
3+
"version": "0.3.0",
4+
"spinCompatibility": ">=3.0",
5+
"license": "Apache-2.0",
6+
"packages": [
7+
{
8+
"os": "linux",
9+
"arch": "aarch64",
10+
"url": "https://github.com/fermyon/spin-trigger-cron/releases/download/v0.3.0/trigger-cron-0.3.0-linux-aarch64.tar.gz",
11+
"sha256": "6070bc27d6f4f625bd6f1dd264b38ceb0abe70ed75c4713f94fe585d52750b33"
12+
},
13+
{
14+
"os": "macos",
15+
"arch": "amd64",
16+
"url": "https://github.com/fermyon/spin-trigger-cron/releases/download/v0.3.0/trigger-cron-0.3.0-macos-amd64.tar.gz",
17+
"sha256": "b27436c90a45dadab052ce011ea4aacc525aa96de213d84d8d7fcff0141b347c"
18+
},
19+
{
20+
"os": "linux",
21+
"arch": "amd64",
22+
"url": "https://github.com/fermyon/spin-trigger-cron/releases/download/v0.3.0/trigger-cron-0.3.0-linux-amd64.tar.gz",
23+
"sha256": "ffebcdbd2c3d18068f257938a6163889ed562a955d8eea93cc70cb562e637fa0"
24+
},
25+
{
26+
"os": "macos",
27+
"arch": "aarch64",
28+
"url": "https://github.com/fermyon/spin-trigger-cron/releases/download/v0.3.0/trigger-cron-0.3.0-macos-aarch64.tar.gz",
29+
"sha256": "cb62019dc94cacf10d20e2dc31749e95a517170acee5eff83c26aaf265f410f8"
30+
},
31+
{
32+
"os": "windows",
33+
"arch": "amd64",
34+
"url": "https://github.com/fermyon/spin-trigger-cron/releases/download/v0.3.0/trigger-cron-0.3.0-windows-amd64.tar.gz",
35+
"sha256": "d2620eb83b174c29a7292ead90d9478d4c764c09162e5a488551ad70fa1e4648"
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)