2024-06-01 04:27:19 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.63",
"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.63/act_Windows_x86_64.zip",
"hash": "e3daf0e218eab9f0f78f0f529924a7c139c4c83d56ac59144dbab0030cc078e0"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.63/act_Windows_i386.zip",
"hash": "50487b71233620a6a7140d14ea8276c002332515bae2098bba0b41f632c664b5"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.63/act_Windows_arm64.zip",
"hash": "73e937dcbd9c5b430d49a09eff51da23d3c2c60305e3a276b59f1cabdd53c1f4"
}
},
"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"
}
}
}