From 42c24c03e0da671b265b9d3e74b14c44283db29c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:25:29 +0000 Subject: [PATCH] vcpkg: Update to version 2024.02.14 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 268247dbb6..1385e3cebd 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.01.12", + "version": "2024.02.14", "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.01.12.zip", - "hash": "7d954679548c2b149e101b69223937bb2949fc64d405b31465d07db8363b7f73", - "extract_dir": "vcpkg-2024.01.12", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.02.14.zip", + "hash": "5d0c3b72a516f7b338599940fe65c30130bc164616fcfb963d89c15a629e9894", + "extract_dir": "vcpkg-2024.02.14", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",