ScoopInstaller_Main/vault.json
2018-04-25 07:00:21 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.10.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.10.1/vault_0.10.1_windows_amd64.zip",
"hash": "081ba43ea4ae6b452f66f1471a49f9d3790957357a577113f7369d95fa2303a9"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.10.1/vault_0.10.1_windows_386.zip",
"hash": "c7d2643293eaf4ea1310506dd5d2c08f394e6462b02e2688c7575d5084655ce5"
}
},
"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"
}
}
}