2021-07-28 16:01:48 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.0",
"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.8.0/vault_1.8.0_windows_amd64.zip",
"hash": "f1b8e8491fd043f0463daf8be13e29065da6a50a04ca405b2eb1770760172f1a"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.8.0/vault_1.8.0_windows_386.zip",
"hash": "9773f41525592cd963c754ab560e18dbcdb84e036d3d0adc1dc0518e0e3819ed"
}
},
"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"
}
}
}