forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathact.json
31 lines (31 loc) · 1.06 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
{
"version": "0.2.26",
"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.26/act_Windows_x86_64.zip",
"hash": "2d798dea2076fbb1a2ed64b84a86c1650d0670008c2356d0290d0133a82fff66"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.26/act_Windows_i386.zip",
"hash": "468b80e6271e2ddc12a75045122df5d1f80d5f0a57e4361f43ce0e5d374dde52"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}