aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-07-27 16:58:43 -0700
committerGitHub <noreply@github.com>2021-07-27 16:58:43 -0700
commit0ebd257447d3338b411fd43247282b1c02d68909 (patch)
tree4da94046addbcdb11eded981f5511ee31af40705 /scripts/bootstrap.ps1
parent1e18fd8db676308edd9adcfdb440b201ed51bb23 (diff)
downloadvcpkg-0ebd257447d3338b411fd43247282b1c02d68909.tar.gz
vcpkg-0ebd257447d3338b411fd43247282b1c02d68909.zip
[vcpkg] Update tool to 2021-07-26 (#19159)
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index aaaa70441..0c0063804 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-21/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
+& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-26/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
Write-Host ""
if ($LASTEXITCODE -ne 0)