Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wxwidgets] Update to 3.1.5 #17777

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ports/wxwidgets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wxWidgets/wxWidgets
REF v3.1.4
SHA512 108e35220de10afbfc58762498ada9ece0b3166f56a6d11e11836d51bfbaed1de3033c32ed4109992da901fecddcf84ce8a1ba47303f728c159c638dac77d148
REF v3.1.5
SHA512 69111e8424148dd75255190f692e82edcc49eccf60d5e9d3ab35e114065f7183c54385583188b8156a59f6632a70f8ec69cc078174b860074904ba1a7b273ba5
HEAD_REF master
PATCHES
disable-platform-lib-dir.patch
fix-stl-build-vs2019-16.6.patch
)

set(OPTIONS)
Expand Down
3 changes: 1 addition & 2 deletions ports/wxwidgets/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "wxwidgets",
"version-semver": "3.1.4",
"port-version": 8,
"version-semver": "3.1.5",
"description": "a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.",
"homepage": "https://github.com/wxWidgets/wxWidgets",
"supports": "!uwp",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6493,8 +6493,8 @@
"port-version": 1
},
"wxwidgets": {
"baseline": "3.1.4",
"port-version": 8
"baseline": "3.1.5",
"port-version": 0
},
"x-plane": {
"baseline": "3.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wxwidgets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8dfc1eda7d6f7304d642d0a8dfe5da53dc5eba95",
"version-semver": "3.1.5",
"port-version": 0
},
{
"git-tree": "8fc2d91de4a0a86698c67e6bb662c14cbfd29732",
"version-semver": "3.1.4",
Expand Down