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": { "default-registry": {
"kind": "git", "kind": "git",
"repository": "https://github.com/microsoft/vcpkg", "repository": "https://github.com/microsoft/vcpkg",
"baseline": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8" "baseline": "36fb23307e10cc6ffcec566c46c4bb3f567c82c6"
}, },
"registries": [ "registries": [
{ {
"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": "583838d5f68355c8a170c8545fee1854dc89fe76", "baseline": "a5f6c93d41190d8dd011553c9f5df0dbaf8387a0",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
} }
] ]

View File

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