ScoopInstaller_Main/rancher-compose.json
2016-10-16 07:46:22 +10:00

24 lines
864 B
JSON

{
"homepage": "https://rancher.com/",
"version": "0.10.0",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.10.0/rancher-compose-windows-386-v0.10.0.zip",
"hash":"5398e068e503f4b394cb185527b5876d5fb9f5a56072a34312d36512e60ec205"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.10.0/rancher-compose-windows-amd64-v0.10.0.zip",
"hash": "cf095e0783f720cd51ca4cbeccb0074f495ab0d41dcf824575fce569fc8418aa"
}
},
"license": "Apache 2.0",
"extract_dir": "rancher-compose-v0.10.0",
"bin": [
"rancher-compose.exe"
],
"checkver": {
"url": "https://github.com/rancher/rancher-compose/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}