2020-03-06 21:01:49 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.2.6",
"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.6/act_Windows_x86_64.zip",
"hash": "77e89e69199bbdc0b8b2d9522c2601fd83f0f5a044cef2fcecebb53921e760aa"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.6/act_Windows_i386.zip",
"hash": "1d73dc147792e455439db3daddef54f32c2d1d07199aa491c2173b4dcaf9f205"
}
},
"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"
}
}
}