Move up vcpkg baseline and kicad-vcpkg repo to get wx 3.2.2

This commit is contained in:
Marek Roszko 2023-02-12 13:41:43 -05:00
parent 1e756dbdd8
commit 28da03422e
2 changed files with 5 additions and 9 deletions

View File

@ -3,13 +3,13 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8"
"baseline": "36fb23307e10cc6ffcec566c46c4bb3f567c82c6"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "583838d5f68355c8a170c8545fee1854dc89fe76",
"baseline": "a5f6c93d41190d8dd011553c9f5df0dbaf8387a0",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
}
]

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad",
"version": "6.99",
"version": "7.99",
"license": "GPL-2.0+",
"dependencies": [
"boost",
@ -30,19 +30,15 @@
},
{
"name": "wxwidgets",
"version": "3.2.1#0"
"version": "3.2.2#0"
},
{
"name": "wxpython",
"version": "4.2.0#3"
"version": "4.2.0#4"
},
{
"name": "ngspice",
"version": "39"
},
{
"name": "curl",
"version": "7.83.1"
}
]
}