[tinyutf8] update to v2.2 (#6102)

This commit is contained in:
Phil Christensen 2019-04-15 11:23:28 -07:00 committed by GitHub
parent 88dd0e7ddd
commit bd51bdd039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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
)