ScoopInstaller_Main/vault.json
2018-08-28 08:01:16 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.11.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.11.0/vault_0.11.0_windows_amd64.zip",
"hash": "55a74c450474a28467ef4d50c350e075adf73ec87d92834e4756442674652949"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.11.0/vault_0.11.0_windows_386.zip",
"hash": "8e4c9aa98856dbf28e76ede2f2f3d91a2735f2bb8170825666ad526c4fe97f68"
}
},
"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"
}
}
}