2024-07-01 04:27:30 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.64",
"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.64/act_Windows_x86_64.zip",
"hash": "c04de9fd6f6dd651c638b199c15b16e64981696c9ba9b465545faba340b6bef4"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.64/act_Windows_i386.zip",
"hash": "aa60660de180a9daff168b2d07287a7cf641de3c752bf4e6fda222874b699a9d"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.64/act_Windows_arm64.zip",
"hash": "8b4e8d319f144e78b351027f5c8fe87d3f53d49d6ae98032ed0ff4b865923299"
}
},
"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"
}
}
}