aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-08-12 20:49:50 -0700
committerGitHub <noreply@github.com>2021-08-12 20:49:50 -0700
commitc801072693edcd0704d187131d9078fcd089dbf2 (patch)
tree5a9d5fb03d7625d865aa46ed658fb795304bd18e /scripts
parenta02f8e11de64c83dde6cfe2a038a5be42693b256 (diff)
downloadvcpkg-c801072693edcd0704d187131d9078fcd089dbf2.tar.gz
vcpkg-c801072693edcd0704d187131d9078fcd089dbf2.zip
[vcpkg] Update tool to 2021-08-12. (#19543)
Resolves #17897
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps12
-rw-r--r--scripts/bootstrap.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 364a4e19e..e7835b327 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-08-03/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
+& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-08-12/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
Write-Host ""
if ($LASTEXITCODE -ne 0)
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 488ba5d93..1a3253ec9 100644
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -278,8 +278,8 @@ else
fi
# Do the build
-vcpkgToolReleaseTag="2021-08-03"
-vcpkgToolReleaseSha="d4c25be83a7685bc268254909796b9ef8e1549454a45b1154ab1d64f9846c91ce48c8a1cf00a864afb9a6dd878d82ceaea5981d53e57968196a9b6e90934fdef"
+vcpkgToolReleaseTag="2021-08-12"
+vcpkgToolReleaseSha="a8b64125fb065129f7db48b299d8868a0394aa8a5c45e7c6076773d4bab9ca4b4d6cc4459df0df3399a7241fa0d168cdd2ab6169e4d8b7e6f708a52f003265b1"
vcpkgToolReleaseTarball="$vcpkgToolReleaseTag.tar.gz"
vcpkgToolUrl="https://github.com/microsoft/vcpkg-tool/archive/$vcpkgToolReleaseTarball"
baseBuildDir="$vcpkgRootDir/buildtrees/_vcpkg"