diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-07-21 14:31:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-21 14:31:51 -0700 |
| commit | d417ae59d6e9aa20d9f812b5deb966645c54687d (patch) | |
| tree | 36f031aa3b6b72f6c6fc63b3856f0516a3acf473 /scripts | |
| parent | 3c82e1931ea375fd48fcfb42af09990798ee6489 (diff) | |
| download | vcpkg-d417ae59d6e9aa20d9f812b5deb966645c54687d.tar.gz vcpkg-d417ae59d6e9aa20d9f812b5deb966645c54687d.zip | |
[vcpkg] Bump version to 2021-07-21 (#19045)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 | ||||
| -rw-r--r-- | scripts/bootstrap.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index e1858130a..aaaa70441 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-16/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" +& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-21/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" Write-Host "" if ($LASTEXITCODE -ne 0) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index fdf57c971..1b71c810f 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -278,8 +278,8 @@ else fi # Do the build -vcpkgToolReleaseTag="2021-07-16" -vcpkgToolReleaseSha="e86a70ea63c79fd86099af271e7aff7d1436e703a2bcb56b5671d1ff49924d44e2fa0d8ab64684b20d50d0872d7b4eb2c7b0800899eedf19f51bf11bf3a4fb44" +vcpkgToolReleaseTag="2021-07-21" +vcpkgToolReleaseSha="9d1644c1c34bfd750cad36c47d7997698b0c5c4ff0673f9f39ff5f62f6e351ca32db7991043e7f154aa8ffe8b5180591d78131edf5dc533164d75a60764a8da8" vcpkgToolReleaseTarball="$vcpkgToolReleaseTag.tar.gz" vcpkgToolUrl="https://github.com/microsoft/vcpkg-tool/archive/$vcpkgToolReleaseTarball" baseBuildDir="$vcpkgRootDir/buildtrees/_vcpkg" |
