From 8bd86b1e1352238382716aff03bb552018a25439 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Tue, 17 Sep 2024 15:17:16 -0700 Subject: [PATCH] Update VsWhere.exe to 3.1.7 (#636) --- edk2toollib/windows/locate_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edk2toollib/windows/locate_tools.py b/edk2toollib/windows/locate_tools.py index e67c476e..f49ecdea 100644 --- a/edk2toollib/windows/locate_tools.py +++ b/edk2toollib/windows/locate_tools.py @@ -39,9 +39,9 @@ import urllib.request # Update this when you want a new version of VsWhere -__VERSION = "2.8.4" +__VERSION = "3.1.7" __URL = "https://github.com/microsoft/vswhere/releases/download/{}/vswhere.exe".format(__VERSION) -__SHA256 = "e50a14767c27477f634a4c19709d35c27a72f541fb2ba5c3a446c80998a86419" +__SHA256 = "c54f3b7c9164ea9a0db8641e81ecdda80c2664ef5a47c4191406f848cc07c662" # # Supported Versions that can be queried with vswhere