aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hansen <zrax0111@gmail.com>2020-07-15 14:20:07 -0700
committerGitHub <noreply@github.com>2020-07-15 14:20:07 -0700
commit23957929ba8df18a6342aa5f8924507b73b149c7 (patch)
tree2fec325538dbdb6307e9893b200d5ec62c2386ee
parentc9da48de3192936b1a208980333cfa583da1be25 (diff)
downloadvcpkg-23957929ba8df18a6342aa5f8924507b73b149c7.tar.gz
vcpkg-23957929ba8df18a6342aa5f8924507b73b149c7.zip
[string-theory] Update to 3.3 (#12440)
-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 71e02c5ac..9627976ab 100644
--- a/ports/string-theory/CONTROL
+++ b/ports/string-theory/CONTROL
@@ -1,4 +1,4 @@
Source: string-theory
-Version: 3.2
+Version: 3.3
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 8f2e19c90..864dc573a 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.2
- SHA512 6706d22d7892b76c27f72e583556f88038cf462c309e4a0d9dbb28f7c8128a456eb74cb9181b02ecaed00a076cd4f7d1f5189898756011ab3e4d712c9865013b
+ REF 3.3
+ SHA512 86209333dce341078c3b973084bd9f3b8ff2ccac0e07a5e6acf5973bd1cfa420897b531b2d1bd6aba9f5ccc8927f85d91f06796ac0e62ec8a735564a0387d2f4
HEAD_REF master
)