mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.2/vault_1.1.2_windows_amd64.zip",
|
|
"hash": "8b8f97eb71f027e7e315339a90491e59c98c962b699fcb1b794c366bf4ec5eb4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/1.1.2/vault_1.1.2_windows_386.zip",
|
|
"hash": "0d4890a688a0b4573a3d24a1609b85ee73ae83a114ee108887c522cc15717566"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|