vcpkg: Update to version 2024.02.14

This commit is contained in:
github-actions[bot] 2024-02-15 04:25:29 +00:00
parent f64d491af0
commit 42c24c03e0

View File

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