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.vaultproject.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.9.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.9.1/vault_0.9.1_windows_amd64.zip",
|
|
"hash": "5181a518ab1a8516ec1b155128282763a7794baa92b4c8cf502e5effc933383e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.9.1/vault_0.9.1_windows_386.zip",
|
|
"hash": "fecac943606c9549d026ce6aa6b98baf659b5f78f284e8ddcef81bb21199b24b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|