diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-08-04 14:20:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 14:20:23 -0700 |
| commit | fa43004f0c20e37a2564701d25c5b1226cc91855 (patch) | |
| tree | bb50757aa234b8262c74076eaa2dd48c34542e5b /scripts/bootstrap.ps1 | |
| parent | ff190a561ad8903086ac72f65b05798058045435 (diff) | |
| download | vcpkg-fa43004f0c20e37a2564701d25c5b1226cc91855.tar.gz vcpkg-fa43004f0c20e37a2564701d25c5b1226cc91855.zip | |
[vcpkg-tool] Update to 2021-08-03 (#19347)
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index 0c0063804..364a4e19e 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -45,7 +45,7 @@ while (!($vcpkgRootDir -eq "") -and !(Test-Path "$vcpkgRootDir\.vcpkg-root")) Write-Verbose "Examining $vcpkgRootDir for .vcpkg-root - Found" -& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-26/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" +& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-08-03/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" Write-Host "" if ($LASTEXITCODE -ne 0) |
