Update to StrTk package (#4380)

This commit is contained in:
Arash Partow 2018-10-03 11:20:07 +10:00 committed by Robert Schumacher
parent c63b563752
commit 851474a2f8
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: strtk
Version: 2018.05.07-48c9554
Version: 2018.09.30-b887974
Description: robust, optimized and portable string processing algorithms for the C++ language
Build-Depends: boost

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArashPartow/strtk
REF 48c9554b3f079e34205c0af661c81c6f75f1da05
SHA512 92a1b34808f20489d9b8c94aed384b08fcf2586967185c23a0027ee6d7170d5998e255d6aedc1fbb68327f48c0b106b8efd39f476e4041d6bcc5685c73fc1015
REF b88797408e614ff5a127df12cc520bf41769ada6
SHA512 3bb5bfc5f12f46180bc7751b865c5ef9120b3c8764ccc86ca2b4b344d6b9d1744e7bd45e9a9202fe4349f8ce75fbb0c37e807cb1e072f5aef28e790ec94646ca
)
file(COPY ${SOURCE_PATH}/strtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)