2023-05-01 04:28:25 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.45",
"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.45/act_Windows_x86_64.zip",
"hash": "e026998aca92be713a8fe6803d618c01f546d1146521ec713b1ea33095770410"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.45/act_Windows_i386.zip",
"hash": "769935fdca1d6111878045501dcaa3217067cddea22e53f92cfbb1cc471c8c4f"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.45/act_Windows_arm64.zip",
"hash": "dc77a08366ffd73440d82ca885a20844c218bdc31cd70ab23bbedac85b0e20ce"
}
},
"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"
}
}
}