From 149e41adfe351090ecd3d0431dc89dbd9b9e5f02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:35:35 +0000 Subject: [PATCH] vcpkg: Update to version 2025.01.13 --- bucket/vcpkg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index ddc217ae0d..5acef63820 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.12.16", + "version": "2025.01.13", "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.12.16.zip", - "hash": "2ab59e10bd843084a5f5f7e5e2f21bb582236f076112382911cfef5dd6078bca", - "extract_dir": "vcpkg-2024.12.16", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.01.13.zip", + "hash": "ab78561ee5a5227583964db69f6be33a1e36ab7dd1a9af79ce2e5885919c4446", + "extract_dir": "vcpkg-2025.01.13", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {", @@ -28,7 +28,7 @@ ], "installer": { "file": "bootstrap-vcpkg.bat", - "args": ["-disableMetrics"], + "args": "-disableMetrics", "keep": true }, "post_install": "vcpkg integrate install",