ScoopInstaller_Main/rancher-compose.json
2016-08-14 19:47:47 +10:00

24 lines
888 B
JSON

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