2023-02-01 11:37:01 +05:30

39 lines
1.4 KiB
JSON

{
"version": "0.2.41",
"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.41/act_Windows_x86_64.zip",
"hash": "74445e9f5c4130c4a00bb7404db46e2204b06e9f139f85ff7752c8b44fec7b6e"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.41/act_Windows_i386.zip",
"hash": "c3d7e52280c0b0ebe69184ad63f615c975643ccff2c0157382bdfa206b1ca48d"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.41/act_Windows_arm64.zip",
"hash": "d56dbbf346fcc38196950ef795f7b78f6a06b9a5c2cf2c892d92d489e9ee035e"
}
},
"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"
}
}
}