aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hansen <zrax0111@gmail.com>2020-11-09 14:35:43 -0800
committerGitHub <noreply@github.com>2020-11-09 14:35:43 -0800
commit0defb733c7256fc8b3391ad5003ceeca6bf31381 (patch)
treea91540ddd3c2a8e78ecbf699a62bb760577a8e96
parent1b59ca067cad83c9a51fddbb97230447b61eb5ad (diff)
downloadvcpkg-0defb733c7256fc8b3391ad5003ceeca6bf31381.tar.gz
vcpkg-0defb733c7256fc8b3391ad5003ceeca6bf31381.zip
[string-theory] Update to 3.4 (#14439)
-rw-r--r--ports/string-theory/CONTROL2
-rw-r--r--ports/string-theory/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL
index 9627976ab..2770632dc 100644
--- a/ports/string-theory/CONTROL
+++ b/ports/string-theory/CONTROL
@@ -1,4 +1,4 @@
Source: string-theory
-Version: 3.3
+Version: 3.4
Homepage: https://github.com/zrax/string_theory
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 864dc573a..fb4a512ee 100644
--- a/ports/string-theory/portfile.cmake
+++ b/ports/string-theory/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zrax/string_theory
- REF 3.3
- SHA512 86209333dce341078c3b973084bd9f3b8ff2ccac0e07a5e6acf5973bd1cfa420897b531b2d1bd6aba9f5ccc8927f85d91f06796ac0e62ec8a735564a0387d2f4
+ REF 3.4
+ SHA512 36ad82c6da276b7cb66d350ceb4bed2a66f768a6604b2981331ceec6a96d03cc3a7e7e5f733de88ec15e0ea41f99f8657b959a51149c540f530d06268c5657ff
HEAD_REF master
)