aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-08-04 14:20:23 -0700
committerGitHub <noreply@github.com>2021-08-04 14:20:23 -0700
commitfa43004f0c20e37a2564701d25c5b1226cc91855 (patch)
treebb50757aa234b8262c74076eaa2dd48c34542e5b /scripts
parentff190a561ad8903086ac72f65b05798058045435 (diff)
downloadvcpkg-fa43004f0c20e37a2564701d25c5b1226cc91855.tar.gz
vcpkg-fa43004f0c20e37a2564701d25c5b1226cc91855.zip
[vcpkg-tool] Update to 2021-08-03 (#19347)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps12
-rw-r--r--scripts/bootstrap.sh4
-rwxr-xr-xscripts/tls12-download.exebin18296 -> 19848 bytes
3 files changed, 3 insertions, 3 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)
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 7da7a2021..a4189351c 100644
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -278,8 +278,8 @@ else
fi
# Do the build
-vcpkgToolReleaseTag="2021-07-26"
-vcpkgToolReleaseSha="e5252df535a75e1b776e057811a2913b0508d0a387a781815e353c23d0a33ec8bf8982a121adc6b711243bf0981843a435a0e53facf274ac7c38c3f571c26766"
+vcpkgToolReleaseTag="2021-08-03"
+vcpkgToolReleaseSha="d4c25be83a7685bc268254909796b9ef8e1549454a45b1154ab1d64f9846c91ce48c8a1cf00a864afb9a6dd878d82ceaea5981d53e57968196a9b6e90934fdef"
vcpkgToolReleaseTarball="$vcpkgToolReleaseTag.tar.gz"
vcpkgToolUrl="https://github.com/microsoft/vcpkg-tool/archive/$vcpkgToolReleaseTarball"
baseBuildDir="$vcpkgRootDir/buildtrees/_vcpkg"
diff --git a/scripts/tls12-download.exe b/scripts/tls12-download.exe
index 4e4962722..f1f640efd 100755
--- a/scripts/tls12-download.exe
+++ b/scripts/tls12-download.exe
Binary files differ