From 5a8f38952b4ec14547b55b3131d75b3baef8d7d7 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 11 Oct 2023 18:13:53 -0400 Subject: [PATCH] Move vcpkg forwards --- vcpkg-configuration.json | 4 ++-- vcpkg.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 51e26db2a0..8e491fdddc 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -3,13 +3,13 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "c6928dfb9eb7f333f988d2ce70d1e771b7606849" + "baseline": "b40de44891dc1cab11d4722094ae44807a837b98" }, "registries": [ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "638fa0c016d307e12cfa3b6598e25de4a171aa55", + "baseline": "3a406285c62578f33febbdea6901b4a40d117435", "packages": [ "glew", "python3", diff --git a/vcpkg.json b/vcpkg.json index a258c22034..5fd1c672ed 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -44,15 +44,15 @@ "overrides": [ { "name": "python3", - "version": "3.11.2#1" + "version": "3.11.5#0" }, { "name": "wxwidgets", - "version": "3.2.2#2" + "version": "3.2.3" }, { "name": "wxpython", - "version": "4.2.0#11" + "version": "4.2.0#13" }, { "name": "ngspice",