diff options
| author | Michael Hansen <zrax0111@gmail.com> | 2020-01-30 11:29:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 11:29:38 -0800 |
| commit | 743f62cde2788e73dd5fca53ad39a01ba7b973fe (patch) | |
| tree | 844370a899ae11755d9bfd43897c0d57b04c3ef8 | |
| parent | c0946497a0987b4aee8b1c548540150d76ca4915 (diff) | |
| download | vcpkg-743f62cde2788e73dd5fca53ad39a01ba7b973fe.tar.gz vcpkg-743f62cde2788e73dd5fca53ad39a01ba7b973fe.zip | |
[string_theory] Update to 3.1 (#9833)
| -rw-r--r-- | ports/string-theory/CONTROL | 2 | ||||
| -rw-r--r-- | ports/string-theory/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL index 18e9b1014..4d5e1e824 100644 --- a/ports/string-theory/CONTROL +++ b/ports/string-theory/CONTROL @@ -1,4 +1,4 @@ Source: string-theory -Version: 3.0 +Version: 3.1 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 a82fec30e..bb3440504 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.0 - SHA512 96e596b908c1b61b67497d8ecea7523b36e1bce0ef41bee90a144de1d98c5dbc51336e22934e6331862741879cfed450b620b89222e774048e5d17ebd11ad2a8 + REF 3.1 + SHA512 fb4b5d89126ef65aeb50cd0a636dc938a6b0086d5124c872fd60f48a56752eac8f64956f67e829a3eecb0d4cebd6df442162ab6f0b88c35b93dc8ac5c62f18d2 HEAD_REF master ) |
