vcpkg: Update to version 2024.03.19

This commit is contained in:
github-actions[bot] 2024-03-20 00:33:10 +00:00
parent 12973625f9
commit 94533460c4

View File

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