2023-12-01 04:26:16 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.55",
"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.55/act_Windows_x86_64.zip",
"hash": "b86952cc0d79480c3d5f2cda303d7c40985804a7f452a47e28e4f03d3ab5e0fc"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.55/act_Windows_i386.zip",
"hash": "ccdcb62ace2b697eb81736d5bb3197521f3418f16f9bc47f00e03b0d3c5f6d52"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.55/act_Windows_arm64.zip",
"hash": "45417ee8d5dc099483b96e8f3cee354969f7090b5f6ff3cba5bdee29f3d5e8e7"
}
},
"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"
}
}
}