2023-03-01 04:28:48 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.43",
"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.43/act_Windows_x86_64.zip",
"hash": "f2ccf0c6e71a55b32252aa156aae1eee2fd1b7a88ba0cd0beea3e7ad1f86fab5"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.43/act_Windows_i386.zip",
"hash": "808f04985537a625abeb6b4331b9a629cd2f8586ebee7615888c2cbc2ee25c86"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.43/act_Windows_arm64.zip",
"hash": "eb755257b34ef2f7d6af3dc40b80c91773c61044ffe3e2c3360eeda4aa9a454c"
}
},
"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"
}
}
}