From 10d02d3900e1ca8d4418dd3c831c257de6dde535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:34:07 +0000 Subject: [PATCH] vcpkg: Update to version 2024.04.26 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 21fd153e21..5ff7d8a3b5 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.03.25", + "version": "2024.04.26", "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.25.zip", - "hash": "21cbfcebf2061f8a0d25e544bb180c5ae426b8f2e105b6dfe4539984bd16387a", - "extract_dir": "vcpkg-2024.03.25", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.04.26.zip", + "hash": "06090684b17940bb700a22e7d7895e9f61dbbd9198eebbf4c5d08846c1a24860", + "extract_dir": "vcpkg-2024.04.26", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",