2020-04-25 11:55:45 +02:00

32 lines
1.1 KiB
JSON

{
"version": "0.2.8",
"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.8/act_Windows_x86_64.zip",
"hash": "79c3aaff67a0c52ca10cc3c50711f15e16cd19136513b9db768354ef71100a6d"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.8/act_Windows_i386.zip",
"hash": "c32e8402fca1e9de6f50e9af7611181864e48074cd08dc82527d9f248b6b6a30"
}
},
"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"
}
}
}