From d3f104ece60538dfd70f1bf5e4c718b5a6ac92c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:25:45 +0000 Subject: [PATCH] vcpkg: Update to version 2024.07.12 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 6879684c19..448bf8ecb1 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.06.15", + "version": "2024.07.12", "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.06.15.zip", - "hash": "c1e988d68cd7403b647e150fb136ffec5cab2239cf589e331299e66930399d45", - "extract_dir": "vcpkg-2024.06.15", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.07.12.zip", + "hash": "c7e99f7087a60d10874c234a3f291176d5131178a6a9833d085bafcc75651a92", + "extract_dir": "vcpkg-2024.07.12", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",