From f0a3671271ad7e77be0b2ca4ba0a610da485370d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:29:04 +0000 Subject: [PATCH] vcpkg: Update to version 2024.10.21 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 4417d5c7c6..8011c28664 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.09.30", + "version": "2024.10.21", "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.09.30.zip", - "hash": "9bc90553ad1afef982192452a2f837a86425ccc175fbf227cc4aa36e0bde336d", - "extract_dir": "vcpkg-2024.09.30", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.10.21.zip", + "hash": "3dd7d6f28cfddd79a7a94cd0d207ba9d8661f1ff217de362b853be54284d3e94", + "extract_dir": "vcpkg-2024.10.21", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",