2023-09-23 12:30:41 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.51",
"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.51/act_Windows_x86_64.zip",
"hash": "7737ded6ac816c52fab2a44a88c7329a2878ea9460867216bb355123729b835b"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.51/act_Windows_i386.zip",
"hash": "8e41efb3fb5b30602054c20f178f8aae79d163cb680ca3f09364923644f2e134"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.51/act_Windows_arm64.zip",
"hash": "798c3c51fc93298d418cbe556a96b88041cd51fca1dd42f7777b7a6ae613b096"
}
},
"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"
}
}
}