From 9e330ecc7a379c50f5f0463cba0ba3a1c2b57676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:27:24 +0000 Subject: [PATCH] vcpkg: Update to version 2025.03.19 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 6b03f4b104..8a0da51b55 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2025.02.14", + "version": "2025.03.19", "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/2025.02.14.zip", - "hash": "867d6a5165ce4aad4eced65a3b900f9453bdf82d0750fdaebc47258549d16863", - "extract_dir": "vcpkg-2025.02.14", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.03.19.zip", + "hash": "c7ed2030f502ea7b8ebe9e89e02e395f3c1a9ffca034436087db61d7d63f19d4", + "extract_dir": "vcpkg-2025.03.19", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",