Add vswhere to scoop main bucket (#1147)

Fixes microsoft/vswhere#122
This commit is contained in:
Heath Stewart 2020-07-11 19:10:10 -07:00 committed by GitHub
parent f701de2412
commit 087193f0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
bucket/vswhere.json Normal file
View File

@ -0,0 +1,18 @@
{
"version": "2.8.4",
"description": "Locate Visual Studio 2017 and newer installations",
"homepage": "https://github.com/microsoft/vswhere",
"license": "MIT",
"url": "https://www.nuget.org/api/v2/package/vswhere/2.8.4#/vswhere.zip",
"hash": "sha512:2eb59e2047776dfdb8c415fda97cd05d9a92facc8506d162f0c049c5513bf783f96e31826911b044a969a346da260480b39862eebf2ba087c6e4253881e91693",
"extract_dir": "tools",
"bin": "vswhere.exe",
"checkver": "github",
"autoupdate": {
"url": "https://www.nuget.org/api/v2/package/vswhere/$version#/vswhere.zip",
"hash": {
"url": "https://www.nuget.org/api/v2/Packages(Id='vswhere',Version='$version')",
"regex": "<d:PackageHash>$base64</d:PackageHash>"
}
}
}