ScoopInstaller_Main/rancher-compose.json
2017-03-03 07:00:38 +01:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rancher.com/",
"version": "0.12.3",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.3/rancher-compose-windows-386-v0.12.3.zip",
"hash": "d5e4cbfadba51558f2ef8040c5e59c5afafba133b8a16bc58479241ee5a15e25"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.3/rancher-compose-windows-amd64-v0.12.3.zip",
"hash": "a63069f885d2f90d92726fe06ae8e46e2222bf63caa0303a2e54f45bec38b396"
}
},
"license": "Apache 2.0",
"extract_dir": "rancher-compose-v0.12.3",
"bin": [
"rancher-compose.exe"
],
"checkver": {
"github": "https://github.com/rancher/rancher-compose"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v$version/rancher-compose-windows-386-v$version.zip"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v$version/rancher-compose-windows-amd64-v$version.zip"
}
},
"extract_dir": "rancher-compose-v$version"
}
}