ScoopInstaller_Main/consul.json
2018-06-26 08:00:24 +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.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.2.0/consul_1.2.0_windows_amd64.zip",
"hash": "1e11888382c920b2d6e90d18488fb2532a8f147b830df153099df74880e58dec"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.2.0/consul_1.2.0_windows_386.zip",
"hash": "29fd022d4c280eefd846f8dc156477f10bce4e77e8bf458dec24688d7051ea36"
}
},
"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"
}
}
}