diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index aaac8e87e6..e9ee3a5222 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -8,8 +8,8 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "4c7655ce8a727d105140c6176146b3a763671037", - "packages": [ "python3", "wxpython", "wxwidgets" ] + "baseline": "67038a11b7b5df4bbc0b8c6dfd3636b79e360b52", + "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] -} \ No newline at end of file +} diff --git a/vcpkg.json b/vcpkg.json index 105f88491b..29a1e886f5 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.99", + "version": "6.0", "license": "GPL-2.0+", "dependencies": [ "boost",