2023-09-01 04:26:37 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.50",
"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.50/act_Windows_x86_64.zip",
"hash": "c7864faf012cf493ca554f6d9fe7109b43ea337bd87d12eb4f80742f56e5d29f"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.50/act_Windows_i386.zip",
"hash": "27c282ae587b081dc4c10f045802106bfb3629f7c29a4b5ac21a4fe2b18b8332"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.50/act_Windows_arm64.zip",
"hash": "852be5355cb953c900176a836a0b1b69510e7b2a3be47158d50b18ca1dcdc497"
}
},
"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"
}
}
}