[utfcpp] update

This commit is contained in:
atkawa7 2017-07-27 21:23:51 -07:00
parent 6c22dbea97
commit 859c9b839c
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Source: utfcpp Source: utfcpp
Version: 2.3.4 Version: 2.3.5
Description: UTF-8 with C++ in a Portable Way Description: UTF-8 with C++ in a Portable Way

View File

@ -1,10 +1,10 @@
#header-only library #header-only library
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/utfcpp-2.3.4) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/utfcpp-2.3.5)
vcpkg_download_distfile(ARCHIVE_FILE vcpkg_download_distfile(ARCHIVE_FILE
URLS "https://github.com/nemtrif/utfcpp/archive/v2.3.4.tar.gz" URLS "https://github.com/nemtrif/utfcpp/archive/v2.3.5.tar.gz"
FILENAME "utfcpp-2.3.4.tar.gz" FILENAME "utfcpp-2.3.5.tar.gz"
SHA512 1baa67c4efb926bba97dfbc869ac057d5d6cf67e94879fc0854ec3d75a5bae7c47cb3e9fd9cbc7bed9ca5daf40f173c0349bce2f6aa34a400bdf77d01522ff2f SHA512 d5e672de952b78a78a8af0c81664f15667b30558fd406a9abc72c14dc444e0869e7c02cb66fa017ec0e760c0fb23c3e923a4b171c2acb3ed7b71612783e789ee
) )
vcpkg_extract_source_archive(${ARCHIVE_FILE}) vcpkg_extract_source_archive(${ARCHIVE_FILE})