diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-12-14 17:00:47 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-01-09 12:27:19 -0800 |
| commit | bb1bb1c94a72b891883efa6522791620ef3bbc0f (patch) | |
| tree | 841552caea8bf21ff6a7dc66c62e8e00063bb437 /ports/wxwidgets | |
| parent | 11286693b0745dc97246170e06d9e1547a8ce0fd (diff) | |
| download | vcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.tar.gz vcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.zip | |
Updates 2018.12.14
Diffstat (limited to 'ports/wxwidgets')
| -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 af985fa67..c833a3e4a 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,4 +1,4 @@ Source: wxwidgets -Version: 3.1.1-2 +Version: 3.1.2 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 062238946..75663fb9a 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.1 - SHA512 f6d8974e2f48bae7e96a8938df3ad5efc403036c1dcbe2b48edd276ee7923802ba3e95e3f3bd9db17985e427b8e4f78950df0cbba83ae99d508ed04633816c95 + REF v3.1.2 + SHA512 c6f8a6065e837e145633ddbd0e10910f32009900e1f7155abe0ef53b6fc83dceb9eaf6c56369d13b6526e4b8bd6073bbcbdb790d667c0dab381b67ec5d567f6f HEAD_REF master PATCHES disable-platform-lib-dir.patch ) |
