Add act 0.1.3 (#181)

This commit is contained in:
Jakub Čábera 2019-06-27 17:35:57 +02:00 committed by Hsiao-nan Cheung
parent 580ec87319
commit 4682795a62

31
bucket/act.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.1.3",
"description": "Local Github actions runner.",
"homepage": "https://github.com/nektos/act/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nektos/act/releases/download/v0.1.3/act_Windows_x86_64.zip",
"hash": "246a5a8589cce74d3d69bef5d48448b4ea855c9b40632296d3cbe8ff95458561"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.1.3/act_Windows_i386.zip",
"hash": "07f0e9720ad989d620e57fda05afc6e3de3c35c494e8283b9cf8e0f2ce5e63d7"
}
},
"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"
}
}
}