Update vcpkg for ngspice 40

This commit is contained in:
Marek Roszko 2023-04-08 20:22:00 -04:00
parent d962b062ca
commit 3077bbf1bb
2 changed files with 13 additions and 3 deletions

View File

@ -9,7 +9,7 @@
{ {
"kind": "git", "kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "fae9169558d2373a9d6e95e85bb82108ab663244", "baseline": "3bc244ccb3a4641941aa5e91cc7ec7e2caa2c658",
"packages": [ "packages": [
"glew", "glew",
"python3", "python3",

View File

@ -4,7 +4,17 @@
"version": "7.99", "version": "7.99",
"license": "GPL-2.0+", "license": "GPL-2.0+",
"dependencies": [ "dependencies": [
"boost", "boost-algorithm",
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-range",
"boost-test",
"boost-uuid",
"cairo", "cairo",
"wxwidgets", "wxwidgets",
"glew", "glew",
@ -39,7 +49,7 @@
}, },
{ {
"name": "ngspice", "name": "ngspice",
"version": "39#1" "version": "40"
} }
] ]
} }