ScoopInstaller_Main/rancher-compose.json
2017-03-23 16:23:19 +01:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rancher.com/",
"version": "0.12.4",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.4/rancher-compose-windows-386-v0.12.4.zip",
"hash": "8af3232b50383cda515c14f17b3b8e6d8c86602016c16c3862dd3ffc88b04f93"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.4/rancher-compose-windows-amd64-v0.12.4.zip",
"hash": "a1808d7b7decc6b7428521baca8147ace96f5eed8d8fcf34dd1ce8626e8ff88a"
}
},
"license": "Apache 2.0",
"extract_dir": "rancher-compose-v0.12.4",
"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"
}
}