From 12151556fac83677c7c561aa5d6500a7eebabe63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:36:26 +0000 Subject: [PATCH] vcpkg: Update to version 2024.12.16 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 6532cd0a6f..173501e851 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.11.16", + "version": "2024.12.16", "description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows", "homepage": "https://vcpkg.io/", "license": "MIT", "suggest": { "Git": "git" }, - "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.11.16.zip", - "hash": "ba2e6b8b2a37d84ee955b9275798ea8508014ae8c9be0f65c3b402ae26b2e60a", - "extract_dir": "vcpkg-2024.11.16", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.12.16.zip", + "hash": "2ab59e10bd843084a5f5f7e5e2f21bb582236f076112382911cfef5dd6078bca", + "extract_dir": "vcpkg-2024.12.16", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",