2023-09-13 20:23:50 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.14.3",
"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.14.3/vault_1.14.3_windows_amd64.zip",
"hash": "697904a3359665d132c43424d94a812c0b95b7a2254f3ef05445b508b278f234"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.14.3/vault_1.14.3_windows_386.zip",
"hash": "9000d1023c225d4c998ebdedbc0ca0051b2cbec7b37b4594a07822cbe8441e6b"
}
},
"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"
}
}
}