2021-12-09 20:28:02 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.1/vault_1.9.1_windows_amd64.zip",
"hash": "5aa615152bcd752d51b8bd8398426a13a62481097ea49ab3870556b68ebc3df8"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.9.1/vault_1.9.1_windows_386.zip",
"hash": "8973fa31ab89a394bdc6c86705ba5f351aa9dec83c18443cff1fa80ae7e42104"
}
},
"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"
}
}
}