2024-12-01 04:30:42 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.70",
"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.70/act_Windows_x86_64.zip",
"hash": "803988d3054175db57cb32a7feda6f2a820424f3d625d2d7e0f2039045f8c4c7"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.70/act_Windows_i386.zip",
"hash": "520fe517847d74d31a8cc035c1e4c01eafa206fd8cb0e578b9a42c82bb8de26b"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.70/act_Windows_arm64.zip",
"hash": "e3ae1767a2897ad34ec6bbc402359065c769b8a19c2cdccad8d7e0c4f231adf7"
}
},
"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"
}
}
}