Skip to content

Commit

Permalink
Update to vswhere 2.8.4 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbrogan authored Jan 13, 2022
1 parent e1ac46d commit 3de8212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edk2toollib/windows/locate_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
import urllib.request

# Update this when you want a new version of VsWhere
__VERSION = "2.6.7"
__VERSION = "2.8.4"
__URL = "https://github.com/microsoft/vswhere/releases/download/{}/vswhere.exe".format(__VERSION)
__SHA256 = "10abd21aeb5003d87c01f033fd7c170360e362be397f23b0b730324abbd92612"
__SHA256 = "e50a14767c27477f634a4c19709d35c27a72f541fb2ba5c3a446c80998a86419"

#
# Supported Versions that can be queried with vswhere
Expand Down

0 comments on commit 3de8212

Please sign in to comment.