diff options
| author | Mark Gillard <marzer_@hotmail.com> | 2020-12-30 20:40:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 10:40:49 -0800 |
| commit | 9b2edf2f386ba3afe78f4612d73d0e44c90453b7 (patch) | |
| tree | 327d2e5892d57998c4ebd649bd1746e0eed48fce | |
| parent | 78d4f88c0578b26425506fd93d978835c9d9b07b (diff) | |
| download | vcpkg-9b2edf2f386ba3afe78f4612d73d0e44c90453b7.tar.gz vcpkg-9b2edf2f386ba3afe78f4612d73d0e44c90453b7.zip | |
update toml++ to v2.3.0 (#15365)
| -rw-r--r-- | ports/tomlplusplus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tomlplusplus/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL index 2883f49ee..b196607e6 100644 --- a/ports/tomlplusplus/CONTROL +++ b/ports/tomlplusplus/CONTROL @@ -1,5 +1,5 @@ Source: tomlplusplus -Version: 2.2.0 +Version: 2.3.0 Homepage: https://marzer.github.io/tomlplusplus/ Description: Header-only TOML config file parser and serializer for modern C++. Supports: !(arm|uwp|linux|osx) diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake index 9517079a8..974bc99a0 100644 --- a/ports/tomlplusplus/portfile.cmake +++ b/ports/tomlplusplus/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO marzer/tomlplusplus - REF v2.2.0 - SHA512 e309c10d89d23e379520ed338101ad3d1b48b6184b1475cf9190bace7bd0c0bdcd738ba7dcc66e47183b925c06408ceba5591e8e7fcd419bf7ea6485a07f0679 + REF v2.3.0 + SHA512 3a6328f71953baca25cb29bb493605e964496d1bc39961679cd97f72feecad63a21d6ebd9fe51b6e1b9b185a35581cb3fb199f6b0cc643b5b782bdd85249b79e HEAD_REF master ) |
