2019-06-05 18:00:38 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.1.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.1.3/vault_1.1.3_windows_amd64.zip",
"hash": "a11b6c6a80849fd0c5f0cd25cb1106b95760b7936f6d31e38d945ed71ed93d3c"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.1.3/vault_1.1.3_windows_386.zip",
"hash": "955c0e0ce5dbf21e68ac1c55cae7e33d90d7f320f5a0595d20661f4684979bf4"
}
},
"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"
}
}
}