mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add consul version 1.0.0 (#1789)
This commit is contained in:
parent
7ce49488c8
commit
520b2e4826
35
consul.json
Normal file
35
consul.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"homepage": "https://www.consul.io",
|
||||
"license": "Mozilla Public License 2.0",
|
||||
"version": "1.0.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_amd64.zip",
|
||||
"hash": "3b65661d4cd0336f8c15b0edee483235c7d2025c987e95164ce7fa77ded3e16d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_386.zip",
|
||||
"hash": "b7415bb29eb56289b6bfa1a39638f55ba88fb443482d1c98ba79e86222f0b5c7"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user