Move vcpkg forwards for newer curl and python 3.9.16

This commit is contained in:
Mark Roszko 2023-03-12 02:18:35 +00:00
parent 9f7b31b5c5
commit 4e775a4090
2 changed files with 13 additions and 9 deletions

View File

@ -3,14 +3,21 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8"
"baseline": "9cf4835a54ef1c78f12789859e2730ced29d23ce"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "a5f6c93d41190d8dd011553c9f5df0dbaf8387a0",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
"baseline": "545a49fc1d306b345a06dfe4cd95d24fde838bd5",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice"
]
}
]
}

View File

@ -11,7 +11,8 @@
"curl",
{
"name": "gettext",
"features": [ "tools" ]
"features": [ "tools" ],
"host": true
},
"harfbuzz",
"glm",
@ -26,7 +27,7 @@
"overrides": [
{
"name": "python3",
"version": "3.9.14"
"version": "3.9.16"
},
{
"name": "wxwidgets",
@ -39,10 +40,6 @@
{
"name": "ngspice",
"version": "39"
},
{
"name": "curl",
"version": "7.83.1"
}
]
}