2024-04-04 17:09:10 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.16.1",
"description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.",
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.16.1/vault_1.16.1_windows_amd64.zip",
"hash": "1e56f46b292f0a034f50c4b82d98ce8a845b42f1c13ca8e282c5604aac5699f7"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.16.1/vault_1.16.1_windows_386.zip",
"hash": "c98a0c8eb527efb8eec7c109165e5857aa1f2d0230f0dcac211d9ec7053c8ba5"
}
},
"bin": "vault.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"regex": "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"
}
}
}