Move vcpkg forwards for curl and wx
This commit is contained in:
parent
58a6eb653b
commit
a189102628
|
@ -3,13 +3,13 @@
|
|||
"default-registry": {
|
||||
"kind": "git",
|
||||
"repository": "https://github.com/microsoft/vcpkg",
|
||||
"baseline": "9cf4835a54ef1c78f12789859e2730ced29d23ce"
|
||||
"baseline": "b40de44891dc1cab11d4722094ae44807a837b98"
|
||||
},
|
||||
"registries": [
|
||||
{
|
||||
"kind": "git",
|
||||
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
|
||||
"baseline": "638fa0c016d307e12cfa3b6598e25de4a171aa55",
|
||||
"baseline": "3a406285c62578f33febbdea6901b4a40d117435",
|
||||
"packages": [
|
||||
"glew",
|
||||
"python3",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "kicad",
|
||||
"version": "6.99",
|
||||
"version": "7.0",
|
||||
"license": "GPL-2.0+",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wxwidgets",
|
||||
"version": "3.2.2#0"
|
||||
"version": "3.2.3"
|
||||
},
|
||||
{
|
||||
"name": "wxpython",
|
||||
|
@ -44,6 +44,10 @@
|
|||
{
|
||||
"name": "ngspice",
|
||||
"version": "41"
|
||||
},
|
||||
{
|
||||
"name": "libffi",
|
||||
"version": "3.4.4#2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue