From 48dff1b4d520efb0a34936693dc0d30fc692c515 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sat, 20 Jan 2024 01:52:55 +0100 Subject: [PATCH] CommonlibSSE-NG 3.7.0 --- src/vcpkg-configuration.json | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/vcpkg-configuration.json b/src/vcpkg-configuration.json index f9a6b24..54bfde8 100644 --- a/src/vcpkg-configuration.json +++ b/src/vcpkg-configuration.json @@ -1,15 +1,20 @@ { - "registries": [ - { - "kind": "git", - "repository": "https://gitlab.com/colorglass/vcpkg-colorglass", - "baseline": "1b279b20c7e0db1c9d549ff3b64e024c01317b55", - "packages": [ - "commonlibsse-ng", - "gluino", - "script-extender-common", - "skse" - ] - } - ] + "default-registry": { + "kind": "git", + "repository": "https://github.com/microsoft/vcpkg.git", + "baseline": "08c4e71048eb54733d9b180a28b9b1d7ce637454" + }, + "registries": [ + { + "kind": "git", + "repository": "https://gitlab.com/colorglass/vcpkg-colorglass", + "baseline": "6309841a1ce770409708a67a9ba5c26c537d2937", + "packages": [ + "commonlibsse-ng", + "gluino", + "script-extender-common", + "skse" + ] + } + ] }