mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.consul.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "1.0.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.0.1/consul_1.0.1_windows_amd64.zip",
|
|
"hash": "dd09a5d9761f6d96042658ce30f6c0517860fdb5fd463b0c933dda2c2a9d1712"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.0.1/consul_1.0.1_windows_386.zip",
|
|
"hash": "04485d94a9e12b88adb94edf6a774ae0837bbb1d6b8166c5b3bb0630c8aa0c0d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|