forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathact.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.61",
"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.61/act_Windows_x86_64.zip",
"hash": "b1e907136adb37f378ae2cd28c90d2d94e24c6cd2e4f2bbf00a4362956cab1dc"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.61/act_Windows_i386.zip",
"hash": "2990e8f47bf9d8dd644c41082c97d2e12323ebf9056a8118af6567b995076a59"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.61/act_Windows_arm64.zip",
"hash": "f512e68b323dc0f34d88c4a0d49f6e1c2ea79d65ba64222fb363df3c42285a73"
}
},
"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"
}
}
}