ScoopInstaller_Main/consul.json
2018-07-30 17:00:17 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration ",
"license": "MPL-2.0",
"version": "1.2.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.2.2/consul_1.2.2_windows_amd64.zip",
"hash": "56cee9cf39997f7ee881779c4bc1b6c39ba4f032a34a83552c76df031fa693bd"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.2.2/consul_1.2.2_windows_386.zip",
"hash": "76b06cb9b7c48e51d420c2a92643b451ad9368bd6130a781cec1ebd42cc5a886"
}
},
"bin": [
"consul.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/consul/",
"re": "consul_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/$version/consul_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/$version/consul_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/consul_$version_SHA256SUMS"
}
}
}