2025-04-04 16:29:37 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.19.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.19.1/vault_1.19.1_windows_amd64.zip",
"hash": "5701fdef2a22184217cf90d7f0a84634ae6c1a384f38bab451eb7911f9ed3188"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.19.1/vault_1.19.1_windows_386.zip",
"hash": "0ad7019acef4e3e0e275f370a156d9da1c3c30467be1ea8b99af7a53af955abd"
}
},
"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"
}
}
}