ScoopInstaller_Main/rancher-compose.json
2016-08-20 13:54:43 +10:00

24 lines
888 B
JSON

{
"homepage": "https://rancher.com/",
"version": "0.9.2",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.9.2/rancher-compose-windows-386-v0.9.2.zip",
"hash":"5899F21B551C1EFFC40009F17E96197DE5B6827D47FB70C06DE4D308E3EC8EFE"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.9.2/rancher-compose-windows-amd64-v0.9.2.zip",
"hash": "A730BFD110D68FDED2F83B9FA1F6A8D2BD273BCAFFDBF078BB9877FD62B23155"
}
},
"license": "Apache 2.0",
"extract_dir": "rancher-compose-v0.9.2",
"bin": [
"rancher-compose.exe"
],
"checkver": {
"url": "https://github.com/rancher/rancher-compose/releases",
"re": "<span class=\"css-truncate-target\">v(\\d+\\.\\d+\\.\\d+)</span>"
}
}