From bebbee372160f31df0481e5be361c8f0e653859c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 05:07:32 +0000 Subject: [PATCH] vcpkg: Update to version 2024.03.25 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 325950c604..21fd153e21 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.03.19", + "version": "2024.03.25", "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.03.19.zip", - "hash": "32b3009140498c3bcf1a6adb76e49dacedfb174158e41e132231916039100f53", - "extract_dir": "vcpkg-2024.03.19", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.03.25.zip", + "hash": "21cbfcebf2061f8a0d25e544bb180c5ae426b8f2e105b6dfe4539984bd16387a", + "extract_dir": "vcpkg-2024.03.25", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",