vcpkg: Update to version 2024.08.23

This commit is contained in:
github-actions[bot] 2024-08-28 20:26:34 +00:00
parent f4d1277b20
commit af877dc4e2

View File

@ -1,14 +1,14 @@
{ {
"version": "2024.07.12", "version": "2024.08.23",
"description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows", "description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows",
"homepage": "https://vcpkg.io/", "homepage": "https://vcpkg.io/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Git": "git" "Git": "git"
}, },
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.07.12.zip", "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.08.23.zip",
"hash": "c7e99f7087a60d10874c234a3f291176d5131178a6a9833d085bafcc75651a92", "hash": "b1bc7b360d9636260d38f02b461608003808487292388e82b800d2eab57becb1",
"extract_dir": "vcpkg-2024.07.12", "extract_dir": "vcpkg-2024.08.23",
"pre_install": [ "pre_install": [
"if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {",
" if (!(Test-Path \"$persist_dir\")) {", " if (!(Test-Path \"$persist_dir\")) {",