diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-06-28 02:12:04 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-03 00:52:10 -0700 |
| commit | feb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch) | |
| tree | e9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/nana | |
| parent | 2f50e20a3688088490f50b158e0ab14944217b90 (diff) | |
| download | vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip | |
Upgrades 2018.07.01
Diffstat (limited to 'ports/nana')
| -rw-r--r-- | ports/nana/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nana/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/nana/CONTROL b/ports/nana/CONTROL index 138076a2f..221a7e643 100644 --- a/ports/nana/CONTROL +++ b/ports/nana/CONTROL @@ -1,4 +1,4 @@ Source: nana
-Version: 1.5.6 +Version: 1.6.1 Description: Cross-platform library for GUI programming in modern C++ style.
Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows)
diff --git a/ports/nana/portfile.cmake b/ports/nana/portfile.cmake index 95ad843dd..80c2d57f6 100644 --- a/ports/nana/portfile.cmake +++ b/ports/nana/portfile.cmake @@ -11,8 +11,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cnjinhao/nana
- REF v1.5.6 - SHA512 6fccefcab845b3eeac08da39bb74ce53f8d83e0686fbc2375d35025427df5838b5194a727732ddf495427ac16af1c4428deb9e00a6e1d824725246d434529167
+ REF v1.6.1 + SHA512 79a5176afe1ab88050ee0f3797615d20783acaf5b94688ae1efe61d08983865046af0cd3271969139c50ef23d927c1599bdb35e06760f717b508971d8531c882
HEAD_REF develop
)
|
