2023-02-02 04:29:17 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.42",
"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.42/act_Windows_x86_64.zip",
"hash": "3485605818e1ec50eb99235b0a5f365eb57d196882bdb52ef475bda4f8b6652d"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.42/act_Windows_i386.zip",
"hash": "12b957601c9bbd7fd4f8d4d149b56df49a2009e93355e11274ce27215919add6"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.42/act_Windows_arm64.zip",
"hash": "17d2aebad70c77bcf33388ca3c7a2598f884ea805a1c3d75632f7ae52fdc2130"
}
},
"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"
}
}
}