ScoopInstaller_Main/vault.json
2017-05-09 00:01:16 +02:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.7.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.7.2/vault_0.7.2_windows_amd64.zip",
"hash": "718139c6f4bd918d5f94cd380b7b8db4664915d8d64acba0792a31ba102025a8"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.7.2/vault_0.7.2_windows_386.zip",
"hash": "0ed812c3a16720058c6e92a9a552ccc5d73c6d8d6fbd89e372a19e57a7b0a185"
}
},
"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": "https://releases.hashicorp.com/vault/$version/vault_$version_SHA256SUMS"
}
}
}