aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hansen <zrax0111@gmail.com>2020-05-11 20:17:18 -0700
committerGitHub <noreply@github.com>2020-05-11 20:17:18 -0700
commit2f7a104d4d6f1f3790db929f85a4086aa6973d7f (patch)
tree84165a3599b7d89cd68ac1cf6676aac747d80128
parentebc0f5f6f73c482ece44f6745fe8da794b687c2e (diff)
downloadvcpkg-2f7a104d4d6f1f3790db929f85a4086aa6973d7f.tar.gz
vcpkg-2f7a104d4d6f1f3790db929f85a4086aa6973d7f.zip
[string-theory] Update to 3.2 (#11310)
-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 4d5e1e824..71e02c5ac 100644
--- a/ports/string-theory/CONTROL
+++ b/ports/string-theory/CONTROL
@@ -1,4 +1,4 @@
Source: string-theory
-Version: 3.1
+Version: 3.2
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 bb3440504..8f2e19c90 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.1
- SHA512 fb4b5d89126ef65aeb50cd0a636dc938a6b0086d5124c872fd60f48a56752eac8f64956f67e829a3eecb0d4cebd6df442162ab6f0b88c35b93dc8ac5c62f18d2
+ REF 3.2
+ SHA512 6706d22d7892b76c27f72e583556f88038cf462c309e4a0d9dbb28f7c8128a456eb74cb9181b02ecaed00a076cd4f7d1f5189898756011ab3e4d712c9865013b
HEAD_REF master
)