diff --git a/bucket/vswhere.json b/bucket/vswhere.json new file mode 100644 index 0000000000..74cc8c44e8 --- /dev/null +++ b/bucket/vswhere.json @@ -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": "$base64" + } + } +}