diff options
| author | Michael Hansen <zrax0111@gmail.com> | 2019-10-25 14:53:04 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-25 14:53:04 -0700 |
| commit | 3a4598b676c6661bd5842c7bc817b539bf8386f5 (patch) | |
| tree | 964a4350ee384db3e786b0d9af81ace417b1a017 | |
| parent | 4b50ddd040758c0ca640f1e566fca01bc13c691a (diff) | |
| download | vcpkg-3a4598b676c6661bd5842c7bc817b539bf8386f5.tar.gz vcpkg-3a4598b676c6661bd5842c7bc817b539bf8386f5.zip | |
[string-theory] Update library to 2.3 (#8734)
| -rw-r--r-- | ports/string-theory/CONTROL | 4 | ||||
| -rw-r--r-- | ports/string-theory/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL index ec053695c..e2a64330e 100644 --- a/ports/string-theory/CONTROL +++ b/ports/string-theory/CONTROL @@ -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. diff --git a/ports/string-theory/portfile.cmake b/ports/string-theory/portfile.cmake index f8f9b216f..596f77b92 100644 --- a/ports/string-theory/portfile.cmake +++ b/ports/string-theory/portfile.cmake @@ -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 ) |
