ScoopInstaller_Main/vault.json
2019-04-11 18:01:23 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.1.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.1.1/vault_1.1.1_windows_amd64.zip",
"hash": "2d52fa7923244a9199ed16b475633ee51d1940cadfe3f914b7d9622de4a186b5"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.1.1/vault_1.1.1_windows_386.zip",
"hash": "b9b811d79bada1368b7cfb04eb5fffc3b12f97bf9b462a1c081e78b81be3b6f7"
}
},
"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"
}
}
}