From aa0e5873d1f729832b9c81e23bbb6d49f0de5498 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 30 Aug 2024 09:33:05 -0400 Subject: [PATCH] Meta: Update vcpkg to the August 2024 release --- Toolchain/BuildVcpkg.sh | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolchain/BuildVcpkg.sh b/Toolchain/BuildVcpkg.sh index fcfefee629d..edc77bf0989 100755 --- a/Toolchain/BuildVcpkg.sh +++ b/Toolchain/BuildVcpkg.sh @@ -21,7 +21,7 @@ if [ "$ci" -eq 0 ]; then fi GIT_REPO="https://github.com/microsoft/vcpkg.git" -GIT_REV="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 +GIT_REV="3508985146f1b1d248c67ead13f8f54be5b4f5da" # 2024.08.23 PREFIX_DIR="$DIR/Local/vcpkg" mkdir -p "$DIR/Tarballs" diff --git a/vcpkg.json b/vcpkg.json index c6d2d8e732d..07aae76dc19 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625", + "builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da", "dependencies": [ { "name": "fontconfig",