ScoopInstaller_Main/bucket/rancher-compose.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://rancher.com/",
"version": "0.12.5",
"license": "Apache-2.0",
"architecture": {
"32bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.5/rancher-compose-windows-386-v0.12.5.zip",
"hash": "cc2d9c8a8389e80544aa11737af38ac34bb1b4dc803c8c25b027721216e48520"
},
"64bit": {
"url": "https://github.com/rancher/rancher-compose/releases/download/v0.12.5/rancher-compose-windows-amd64-v0.12.5.zip",
"hash": "465e651c5fedcdd91417a7e25bcab351c9e99732192263afbcb91496138ef7d9"
}
},
"extract_dir": "rancher-compose-v0.12.5",
"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"
}
}