2025-07-24 20:29:36 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.20.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.20.1/vault_1.20.1_windows_amd64.zip",
"hash": "90c6223d54b9fccd5f0ae33dd264e5a1bc4972546da8e93e6f2bb1b02b3fed80"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.20.1/vault_1.20.1_windows_386.zip",
"hash": "7d3b153267099af245319b6bff3c9925547fe6fc7d5bb46e07a8a2b5acf61ce1"
}
},
"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"
}
}
}