diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-04-15 11:23:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-15 11:23:28 -0700 |
| commit | bd51bdd0396f2845f6af372d6b11b356627426e6 (patch) | |
| tree | a5080ad5b7532581e81416b215f6e82472ca539a | |
| parent | 88dd0e7ddd63528f81cdb71c60e07cd7352e1241 (diff) | |
| download | vcpkg-bd51bdd0396f2845f6af372d6b11b356627426e6.tar.gz vcpkg-bd51bdd0396f2845f6af372d6b11b356627426e6.zip | |
[tinyutf8] update to v2.2 (#6102)
| -rw-r--r-- | ports/tinyutf8/CONTROL | 2 | ||||
| -rw-r--r-- | 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
)
|
