[string-theory] Update library to 2.3 (#8734)

This commit is contained in:
Michael Hansen 2019-10-25 14:53:04 -07:00 committed by Robert Schumacher
parent 4b50ddd040
commit 3a4598b676
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: string-theory
Version: 2.2
Version: 2.3
Homepage: https://github.com/zrax/string_theory
Description: Flexible C++11 string library with type-safe formatting.
Description: Flexible modern C++ string library with type-safe formatting.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zrax/string_theory
REF 2.2
SHA512 84b0eb645fdb302f233c162afbcea1b1b201546a60d81448a86437fe599c4184d7abe3d6ea8bd1743bdffab75bcd4e4ab296ce1fffb7da8ae6aab880d0bbda2d
REF 2.3
SHA512 2e0bae7aeeedf81343ee88482a3d9afc99cc2e8bede375cb191782bcd53044cfd4a16a79efd463b657914a5ddca8209210815a6549fe527d9cc60e9048d3c672
HEAD_REF master
)