ScoopInstaller_Main/vault.json
2019-02-12 15:00:34 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "1.0.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.0.3/vault_1.0.3_windows_amd64.zip",
"hash": "1ab014315e40374e58fd3474a37d5989d65936419e8d6311f4d530913f2378f5"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.0.3/vault_1.0.3_windows_386.zip",
"hash": "a906a5263acb8ef1ad7726cc1ae5105d468e0c0ba7308664a13c6f7d01627652"
}
},
"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"
}
}
}