Skip to content

Commit 4ba1bab

Browse files
author
MarcoFalke
committed
Merge #21446: Update vcpkg checkout commit
b9e3f35 Update vcpkg checkout commit. (Aaron Clauson) Pull request description: Previously vcpkg was relying on `https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-1-any.pkg.tar.xz` which is no longer available. The vcpkg source has been updated to use `http://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst`. This PR updates the commit ID used to checkout vcpkg for the updated URL. Top commit has no ACKs. Tree-SHA512: 3e2f6d8cc14ef0ca93f75179da3e8303e19fb27d4a95e66e35376672744733fdbed9eb330638a48aa9962792674e584b702f4fbfc2c2564c5022bf8dbde6056c
2 parents b650c91 + b9e3f35 commit 4ba1bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/qt598x64_vs2019_v1681/qt598_x64_vs2019_1681.zip'
1111
QT_DOWNLOAD_HASH: '00cf7327818c07d74e0b1a4464ffe987c2728b00d49d4bf333065892af0515c3'
1212
QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
13-
VCPKG_TAG: '2020.11-1'
13+
VCPKG_TAG: '75522bb1f2e7d863078bcd06322348f053a9e33f'
1414
install:
1515
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
1616
# - cmd: pip install zmq

0 commit comments

Comments
 (0)