mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vaultproject.io",
|
|
"license": "MPL-2.0",
|
|
"version": "1.1.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.4/vault_1.1.4_windows_amd64.zip",
|
|
"hash": "dd88e8d7965adc15c8a572066fc2bcb0239069b8ebbb5c1cced38b7f0ed96faa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.4/vault_1.1.4_windows_386.zip",
|
|
"hash": "697c38806818626b66969e232871b12c36b0689887f2a99050973875a9e37d13"
|
|
}
|
|
},
|
|
"bin": "vault.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/vault/",
|
|
"re": "vault_([\\d.]+)</a>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/vault_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|