ScoopInstaller_Main/rancher-compose.json
2017-02-01 18:14:09 +01:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rancher.com/",
"version": "0.12.2",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.2/rancher-compose-windows-386-v0.12.2.zip",
"hash": "d773b13e5713b9f858a5091b0770c4009fc7bbd8698ba3982acf94f960e9590b"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.2/rancher-compose-windows-amd64-v0.12.2.zip",
"hash": "406251e1d37340ac4b1005771b42f6bdcb3ed1b99c4d6f7ad16b0d7d8db130e7"
}
},
"license": "Apache 2.0",
"extract_dir": "rancher-compose-v0.12.2",
"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"
}
}