ScoopInstaller_Main/vault.json
2018-06-20 14:00:22 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.10.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.10.3/vault_0.10.3_windows_amd64.zip",
"hash": "4dff8884a5d0113a8d7f75f5c1328ec69367385fdf651aab46dc67a6367533aa"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.10.3/vault_0.10.3_windows_386.zip",
"hash": "f7711c82ae72a6e9e554233f45a63997dcde0648a5f6bb358607874993446419"
}
},
"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"
}
}
}