ScoopInstaller_Main/consul.json
2018-02-07 21:01:12 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.consul.io",
"license": "Mozilla Public License 2.0",
"version": "1.0.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.0.5/consul_1.0.5_windows_amd64.zip",
"hash": "2b16d12b32bb37b373f955d17f9cac606505a6391d87532a4dd81024f03b70bc"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.0.5/consul_1.0.5_windows_386.zip",
"hash": "b60609be51d53433a08f58e9f177fabd39af30b043462930abc73fb373b2fcec"
}
},
"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"
}
}
}