diff options
| author | cnbatch <cnbatch@gmail.com> | 2019-11-01 05:19:47 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-31 14:19:47 -0700 |
| commit | 38570e216e2d5541891cd1d6afa4d8487615d935 (patch) | |
| tree | 4f62acacb86c198d5cf920706eac8c70a4f96735 | |
| parent | 6282cab61d175974b1af06473db584b9b80dcd48 (diff) | |
| download | vcpkg-38570e216e2d5541891cd1d6afa4d8487615d935.tar.gz vcpkg-38570e216e2d5541891cd1d6afa4d8487615d935.zip | |
[wxwidgets] Upgrade to 3.1.3 (#8808)
* [wxwidgets] Upgrade to 3.1.3
* [wxwidgets] Upgrade to 3.1.3
| -rw-r--r-- | ports/wxwidgets/CONTROL | 2 | ||||
| -rw-r--r-- | ports/wxwidgets/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/wxwidgets/CONTROL b/ports/wxwidgets/CONTROL index 4d6c57e13..e41e87222 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,5 +1,5 @@ Source: wxwidgets -Version: 3.1.2-2 +Version: 3.1.3 Homepage: https://github.com/wxWidgets/wxWidgets Description: wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. Build-Depends: zlib, libpng, tiff, expat diff --git a/ports/wxwidgets/portfile.cmake b/ports/wxwidgets/portfile.cmake index 0f946d8d7..e2cb15df1 100644 --- a/ports/wxwidgets/portfile.cmake +++ b/ports/wxwidgets/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO wxWidgets/wxWidgets - REF v3.1.2 - SHA512 c6f8a6065e837e145633ddbd0e10910f32009900e1f7155abe0ef53b6fc83dceb9eaf6c56369d13b6526e4b8bd6073bbcbdb790d667c0dab381b67ec5d567f6f + REF v3.1.3 + SHA512 4ecb5c2d13f9bda7aa3c12e887c351a0004509ec24bdd440542bec67e1b6dca20e7838a01236a71dd3cf2e1ba0653c40878047f406464cb2c9ee07c26d6f2599 HEAD_REF master PATCHES disable-platform-lib-dir.patch ) |
