From a931277b2b442548f0f0d15d75b37e139b4d0218 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 22 Jun 2026 20:20:18 +0200 Subject: Update VCPKG registries to use 7z 26.01. (#2413) --- vcpkg-configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 5bdc7de8..e365e461 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "74e6536215718009aae747d86d84b78376bf9e09", + "baseline": "a0b1c8d3a477c1cb4813d8e127a56961707ca42b", "repository": "https://github.com/Microsoft/vcpkg" }, "registries": [ @@ -13,7 +13,7 @@ }, { "kind": "git", - "baseline": "92f063c71cebea1926c7eb183fbe719145395985", + "baseline": "1316300c059f9dc6eddbdd19c57d3415a1779fee", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", "packages": ["mo2-*", "7zip", "usvfs"] } -- cgit v1.3.1