-
-
Notifications
You must be signed in to change notification settings - Fork 971
/
act.json
38 lines (38 loc) · 1.41 KB
/
act.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "0.2.69",
"description": "Local Github actions runner.",
"homepage": "https://github.com/nektos/act/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.69/act_Windows_x86_64.zip",
"hash": "45f87ecca67f8ec6eaeb5606fad523695c771edf82b2257562e9ee324f726d48"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.69/act_Windows_i386.zip",
"hash": "9423e02d96ace47d1d51b3c07bac00c5f65febeeef27951833002eaa565722f1"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.69/act_Windows_arm64.zip",
"hash": "d5e9813798b4e97f5f80db5a4ebfbaf2ab781c2e16cbe267dd15e3b861539c82"
}
},
"bin": "act.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}