Skip to content

Commit 6129c9d

Browse files
Merge pull request #135 from spinframework/add-cron
Add Cron to plugins
2 parents af4cafb + 6e7ab3d commit 6129c9d

File tree

1 file changed

+39
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)