mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
[vswhere] Update to 2.2.7 (was 2.2.3)
This commit is contained in:
parent
fa4e54a373
commit
508c21a6f8
@ -148,11 +148,11 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
|
||||
}
|
||||
elseif($Dependency -eq "vswhere")
|
||||
{
|
||||
$requiredVersion = "2.2.3"
|
||||
$downloadVersion = "2.2.3"
|
||||
$url = "https://github.com/Microsoft/vswhere/releases/download/2.2.3/vswhere.exe"
|
||||
$requiredVersion = "2.2.7"
|
||||
$downloadVersion = "2.2.7"
|
||||
$url = "https://github.com/Microsoft/vswhere/releases/download/2.2.7/vswhere.exe"
|
||||
$downloadPath = "$downloadsDir\vswhere-$downloadVersion\vswhere.exe"
|
||||
$expectedDownloadedFileHash = "5f19066ac91635ad17d33fe0f79fc63c672a46f98c0358589a90163bcb2733e8"
|
||||
$expectedDownloadedFileHash = "f50303881da706132516d9decfd5314d524a0044daf49c0cfd21dc39c1261ec3"
|
||||
$executableFromDownload = $downloadPath
|
||||
$extractionType = $ExtractionType_NO_EXTRACTION_REQUIRED
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user