Browse Source

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

newinvert
Marek Roszko 3 years ago
parent
commit
28da03422e
  1. 4
      vcpkg-configuration.json
  2. 10
      vcpkg.json

4
vcpkg-configuration.json

@ -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" ]
}
]

10
vcpkg.json

@ -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"
}
]
}
Loading…
Cancel
Save