[string-theory] Update to 3.3 (#12440)

This commit is contained in:
Michael Hansen 2020-07-15 14:20:07 -07:00 committed by GitHub
parent c9da48de31
commit 23957929ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: string-theory Source: string-theory
Version: 3.2 Version: 3.3
Homepage: https://github.com/zrax/string_theory Homepage: https://github.com/zrax/string_theory
Description: Flexible modern C++ string library with type-safe formatting. Description: Flexible modern C++ string library with type-safe formatting.

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO zrax/string_theory REPO zrax/string_theory
REF 3.2 REF 3.3
SHA512 6706d22d7892b76c27f72e583556f88038cf462c309e4a0d9dbb28f7c8128a456eb74cb9181b02ecaed00a076cd4f7d1f5189898756011ab3e4d712c9865013b SHA512 86209333dce341078c3b973084bd9f3b8ff2ccac0e07a5e6acf5973bd1cfa420897b531b2d1bd6aba9f5ccc8927f85d91f06796ac0e62ec8a735564a0387d2f4
HEAD_REF master HEAD_REF master
) )