diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index ef7c5c112a..a81585069c 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -8,7 +8,7 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "4ec72e65eb7b97d8a2438583e13f7923877ef70d", + "baseline": "edd58f64dfc375f119139e2efa191ced39cdc494", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 716f9c22df..884f496872 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "kicad", - "version": "6.0", + "version": "6.99", "license": "GPL-2.0+", "dependencies": [ "boost", @@ -10,8 +10,8 @@ "glew", "curl", "gettext", + "harfbuzz", "glm", - "libxslt", "opencascade", "opengl", "python3", @@ -31,7 +31,7 @@ }, { "name": "wxpython", - "version": "4.2.0#1" + "version": "4.2.0#2" }, { "name": "ngspice",