2020-02-25 18:01:56 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.2.4",
"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.4/act_Windows_x86_64.zip",
"hash": "ad3133713c231c443c3334423d2e4cd3138df18f0479a8d559c1b452c7bf9c69"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.4/act_Windows_i386.zip",
"hash": "d5d1973477386f3f208814a2b3aa1574fdb406fc688a75a7b2e9d97f25ad42bd"
}
},
"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"
}
}
}