diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 1385e3cebd..325950c604 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2024.02.14", + "version": "2024.03.19", "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.02.14.zip", - "hash": "5d0c3b72a516f7b338599940fe65c30130bc164616fcfb963d89c15a629e9894", - "extract_dir": "vcpkg-2024.02.14", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.03.19.zip", + "hash": "32b3009140498c3bcf1a6adb76e49dacedfb174158e41e132231916039100f53", + "extract_dir": "vcpkg-2024.03.19", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",