From 5aaaf7c467e73d5d2608419f4cb1374199e8de12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:27:44 +0000 Subject: [PATCH] vcpkg: Update to version 2024.09.23 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 310d84a7ec..0b8fd21a86 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.08.23", + "version": "2024.09.23", "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.08.23.zip", - "hash": "b1bc7b360d9636260d38f02b461608003808487292388e82b800d2eab57becb1", - "extract_dir": "vcpkg-2024.08.23", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.09.23.zip", + "hash": "9c6464e031f7eae651c7dfdab06fe679877965abc0803ccfa8e9f65d2ffa45c4", + "extract_dir": "vcpkg-2024.09.23", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",