ScoopInstaller_Main/vault.json
2018-12-05 15:23:50 -08:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.0.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.0.0/vault_1.0.0_windows_amd64.zip",
"hash": "40625092265076ff20925a29fde13e9bd64a5dfca9abfe7d73a59b5f8f2d24b9"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.0.0/vault_1.0.0_windows_386.zip",
"hash": "6a4e1c41006b3e71f09123c716be3d9487acfed897cf2671771746602fb95a1e"
}
},
"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"
}
}
}