ScoopInstaller_Main/vault.json
2018-12-14 17:00:35 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.0.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.0.1/vault_1.0.1_windows_amd64.zip",
"hash": "901e61278d9d43596dbfa285da6c20c7093e4c09c554e60d4b5ff3d770c791c9"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.0.1/vault_1.0.1_windows_386.zip",
"hash": "06bab234b1487158ab72610fd57d1d9def15de5f6d18d9bfecb83ac247ed37d7"
}
},
"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"
}
}
}