ScoopInstaller_Main/vault.json
2017-09-19 16:01:52 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.8.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.8.3/vault_0.8.3_windows_amd64.zip",
"hash": "9cdef19513bc0e8d51a2764505bbcda3b5caa3db83f4fbe2c64cd2d0d6e5779c"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.8.3/vault_0.8.3_windows_386.zip",
"hash": "1fb1d837a085e1feceae00753b496735db746674ad3c55938f50545d1607dc32"
}
},
"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"
}
}
}