From bd51bdd0396f2845f6af372d6b11b356627426e6 Mon Sep 17 00:00:00 2001 From: Phil Christensen Date: Mon, 15 Apr 2019 11:23:28 -0700 Subject: [tinyutf8] update to v2.2 (#6102) --- ports/tinyutf8/CONTROL | 2 +- ports/tinyutf8/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/tinyutf8/CONTROL b/ports/tinyutf8/CONTROL index e67cee3fc..cf9709e01 100644 --- a/ports/tinyutf8/CONTROL +++ b/ports/tinyutf8/CONTROL @@ -1,3 +1,3 @@ Source: tinyutf8 -Version: 2.1.1-1 +Version: 2.2 Description: TINYUTF8 is a library for extremely easy integration of Unicode into an arbitrary C++11 project. diff --git a/ports/tinyutf8/portfile.cmake b/ports/tinyutf8/portfile.cmake index c768260c9..921fcbd4b 100644 --- a/ports/tinyutf8/portfile.cmake +++ b/ports/tinyutf8/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DuffsDevice/tinyutf8 - REF v2.1.1 - SHA512 0be9cebe1ac962c89e0620586d4f8d4f3059b52394e13506f19723855d146c35e6a1205ae5430a53ba95a89c60216054bfad9c4e8e8f1ec047f4096585de2efc + REF v2.2 + SHA512 5b524696f2d2b0d09d31498ca03444609f31984007f2c56e4f50cc2eadaa2583de2af07644cf471e08ad88bc1a7881bc34803dbfac18d22e2089792c05ee4b13 HEAD_REF master PATCHES fixbuild.patch ) -- cgit v1.2.3