aboutsummaryrefslogtreecommitdiff
path: root/ports/string-theory
diff options
context:
space:
mode:
Diffstat (limited to 'ports/string-theory')
-rw-r--r--ports/string-theory/CONTROL4
-rw-r--r--ports/string-theory/portfile.cmake7
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL
index e1c0c8af0..e2a64330e 100644
--- a/ports/string-theory/CONTROL
+++ b/ports/string-theory/CONTROL
@@ -1,4 +1,4 @@
Source: string-theory
-Version: 2.1
+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 3cfb24c92..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.1
- SHA512 c20f481ba1bd3f1add2d7ee085db7dfa387e3675df5551e64bf294a96f4902551635e83faf2580fb0d6a55fd5ed1c906510d6cb39580a07234e5638e6c747fe0
+ REF 2.3
+ SHA512 2e0bae7aeeedf81343ee88482a3d9afc99cc2e8bede375cb191782bcd53044cfd4a16a79efd463b657914a5ddca8209210815a6549fe527d9cc60e9048d3c672
HEAD_REF master
)
@@ -22,8 +22,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
-
-vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/string_theory")
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/string_theory)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/string-theory ${CURRENT_PACKAGES_DIR}/share/string_theory)