[wxWidgets] Update to v3.2.2.1 (#29654)

* [wxWidgets] Update to v3.2.2.1

* [wxWidgets] Update to v3.2.2.1

* Update ports/wxwidgets/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [wxWidgets] Retry update to v3.2.2.1

* update portfile.cmake

* update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
cnbatch 2023-02-16 01:46:42 +08:00 committed by GitHub
parent e96a58ff6d
commit 1fed3e19e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO wxWidgets/wxWidgets REPO wxWidgets/wxWidgets
REF 97e99707c5d2271a70cb686720b48dbf34ced496 # v3.2.1 REF "v${VERSION}"
SHA512 b47d3f4560f0ba24e95ce4fba0a807cc47807df57d54b70e22a34a5a15fc1e35ccedf1938203046c8950db9115ed09cb66fa1ca30b2e5f1b4c0d529a812497c4 SHA512 8ff645fe7ee97bf6358b3619efd737ef8f9eb0235ca481e921a64d451c45eb9671ee4e2807fea285153bc0bb434266234f6f4ab15f396bb8290f262fa879e9b3
HEAD_REF master HEAD_REF master
PATCHES PATCHES
install-layout.patch install-layout.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "wxwidgets", "name": "wxwidgets",
"version": "3.2.1", "version": "3.2.2.1",
"port-version": 4,
"description": [ "description": [
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ", "Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.", "Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",

View File

@ -8325,8 +8325,8 @@
"port-version": 0 "port-version": 0
}, },
"wxwidgets": { "wxwidgets": {
"baseline": "3.2.1", "baseline": "3.2.2.1",
"port-version": 4 "port-version": 0
}, },
"wyhash": { "wyhash": {
"baseline": "2023-01-25", "baseline": "2023-01-25",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3c0bf69a4eb558abcf43df76b79a84038000190d",
"version": "3.2.2.1",
"port-version": 0
},
{ {
"git-tree": "12b6474f28b37b6ebb29b391fb6ebffd7fc70450", "git-tree": "12b6474f28b37b6ebb29b391fb6ebffd7fc70450",
"version": "3.2.1", "version": "3.2.1",