ScoopInstaller_Main/vault.json
2019-03-18 20:01:55 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.1.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.1.0/vault_1.1.0_windows_amd64.zip",
"hash": "b26de17832cb3a49d49017f5a3509e53d83547c275c85f81e045e58670b4061c"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.1.0/vault_1.1.0_windows_386.zip",
"hash": "895252424cbdc23ed524f63741fd472a7a04fe508a58dead76d9f6422b465729"
}
},
"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"
}
}
}