diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-04-15 02:59:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 09:59:11 +0200 |
| commit | 6bd8bcc23948a31ae0eb1f4e532f6edc816230e9 (patch) | |
| tree | b4d3e02b1348c37385822b06dd63cc3a6cf4e057 | |
| parent | 7528d023c4a9b9f31ef55e8274122c2420c9b725 (diff) | |
Update vcpkg targets (#2365)
| -rw-r--r-- | vcpkg-configuration.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index ea4a173b..5bdc7de8 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,20 +1,20 @@ { "default-registry": { "kind": "git", - "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43" + "baseline": "74e6536215718009aae747d86d84b78376bf9e09", + "repository": "https://github.com/Microsoft/vcpkg" }, "registries": [ { "kind": "git", + "baseline": "74e6536215718009aae747d86d84b78376bf9e09", "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43", "packages": ["boost*", "boost-*"] }, { "kind": "git", + "baseline": "92f063c71cebea1926c7eb183fbe719145395985", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "0d5db1c58672510583ae2a26813c5c62b5d24816", "packages": ["mo2-*", "7zip", "usvfs"] } ] |
