Meta: Update vcpkg to the November 2024 release

This commit is contained in:
Bram Borggreve 2024-11-29 17:28:01 +00:00 committed by Andrew Kaster
commit 6de4f75d32
Notes: github-actions[bot] 2024-12-01 02:18:49 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve()
git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "10b7a178346f3f0abef60cecd5130e295afd8da4" # 2024.10.21
git_rev = "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c" # 2024.11.16
build_dir = script_dir.parent / "Build"
build_dir.mkdir(parents=True, exist_ok=True)

View file

@ -1,5 +1,5 @@
{
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
"dependencies": [
{
"name": "curl",