2020-08-29 15:10:21 +02:00

32 lines
1.1 KiB
JSON

{
"version": "0.2.12",
"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.12/act_Windows_x86_64.zip",
"hash": "b076b38def46655a1443bad8f1a481dec3ed6831802929b51e20cc13759581a0"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.12/act_Windows_i386.zip",
"hash": "63f3998b010520a2ccd31afa82c873a1c8fb80a5b647b83ce140f7d3d9ec646d"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}