2023-11-01 04:26:55 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.53",
"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.53/act_Windows_x86_64.zip",
"hash": "2a01c70285923428d068361b924a123a7de8e1fea30e71f2dc72edc385215b30"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.53/act_Windows_i386.zip",
"hash": "a02c2be6d30e5481c5aad8c2c34a6815a05f4e47580c5eb9a676473352b6d25b"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.53/act_Windows_arm64.zip",
"hash": "a559ab2dad9eda3cd11723ded6d35a6ea66c39a9bdcc6341cbaa3403e3a5cd1d"
}
},
"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"
}
}
}