2019-11-07 20:01:22 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.",
"license": "MPL-2.0",
"version": "1.2.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.2.4/vault_1.2.4_windows_amd64.zip",
"hash": "0f8931876b382ba558c5d061442d95df793a28b1c7b7a799b1ab33204670c2a8"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.2.4/vault_1.2.4_windows_386.zip",
"hash": "ca0c2d6dcb08570e08f7e5154501ac0ce5ab14520086615b4a5767fe12daed30"
}
},
"bin": "vault.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "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"
}
}
}