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