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\")) {",