ScoopInstaller_Main/consul.json
2018-11-15 00:00:37 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration",
"license": "MPL-2.0",
"version": "1.4.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.4.0/consul_1.4.0_windows_amd64.zip",
"hash": "732b2d3b2a09d17c3add1f1e646542174aa48424f11232cb9fe8ea7a53098fb4"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.4.0/consul_1.4.0_windows_386.zip",
"hash": "e2a5dd1e21af37ff7502cc0aaf6124ecd0fb92e7639841cb8c24eb21477fc669"
}
},
"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"
}
}
}