diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-09 16:40:13 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-09 16:42:40 -0700 |
| commit | b6512bace19d6c28cce71a0c2e8e28ab77d3ef56 (patch) | |
| tree | 80a2718c114991560ce94750b1d28d75371d784c /scripts | |
| parent | ab7a1abc93473dc1b7fcb341a4d104e3a77afd87 (diff) | |
| download | vcpkg-b6512bace19d6c28cce71a0c2e8e28ab77d3ef56.tar.gz vcpkg-b6512bace19d6c28cce71a0c2e8e28ab77d3ef56.zip | |
[vswhere.exe] Update to vesrion 2.2.3 (was 2.1.4)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1 index 665376baf..bc58f4436 100644 --- a/scripts/fetchDependency.ps1 +++ b/scripts/fetchDependency.ps1 @@ -126,11 +126,11 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency) } elseif($Dependency -eq "vswhere") { - $requiredVersion = "2.1.4" - $downloadVersion = "2.1.4" - $url = "https://github.com/Microsoft/vswhere/releases/download/2.1.4/vswhere.exe" + $requiredVersion = "2.2.3" + $downloadVersion = "2.2.3" + $url = "https://github.com/Microsoft/vswhere/releases/download/2.2.3/vswhere.exe" $downloadPath = "$downloadsDir\vswhere-$downloadVersion\vswhere.exe" - $expectedDownloadedFileHash = "548fb9dfeed59bc4ddcce739a5729e9c8dd5932cd60ff6f74727ee069e7da458" + $expectedDownloadedFileHash = "5f19066ac91635ad17d33fe0f79fc63c672a46f98c0358589a90163bcb2733e8" $executableFromDownload = $downloadPath $extractionType = $ExtractionType_NO_EXTRACTION_REQUIRED } |
