diff options
| author | Mark Gillard <marzer_@hotmail.com> | 2021-06-03 23:14:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 13:14:53 -0700 |
| commit | ba6955d2532820a2e308a19a8860bd8aa5e8aabb (patch) | |
| tree | 82824ba19e9558fe12ae76f59b024724171f381b | |
| parent | b8eda75055f938db11940df661f35fa6fcd1ec4a (diff) | |
| download | vcpkg-ba6955d2532820a2e308a19a8860bd8aa5e8aabb.tar.gz vcpkg-ba6955d2532820a2e308a19a8860bd8aa5e8aabb.zip | |
[tomlplusplus] update to 2.4.0 (#18009)
| -rw-r--r-- | ports/tomlplusplus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tomlplusplus/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/t-/tomlplusplus.json | 5 |
4 files changed, 10 insertions, 6 deletions
diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL index 3ffba5233..32fad5a75 100644 --- a/ports/tomlplusplus/CONTROL +++ b/ports/tomlplusplus/CONTROL @@ -1,6 +1,5 @@ Source: tomlplusplus -Version: 2.3.0 -Port-Version: 1 +Version: 2.4.0 Homepage: https://marzer.github.io/tomlplusplus/ Description: Header-only TOML config file parser and serializer for modern C++. Supports: !(arm|uwp|osx) diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake index 5edaf68cd..f98d9f332 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 "osx" "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO marzer/tomlplusplus - REF v2.3.0 - SHA512 3a6328f71953baca25cb29bb493605e964496d1bc39961679cd97f72feecad63a21d6ebd9fe51b6e1b9b185a35581cb3fb199f6b0cc643b5b782bdd85249b79e + REF v2.4.0 + SHA512 cfb8a1eeaed3350f8b5341b6893527c9571ee71416c0dc2d680d8739003cd5de85aad8efc0bdbf06e4ed7d3da0a942939509a86c035b551773df3e1b77afacbe HEAD_REF master ) diff --git a/versions/baseline.json b/versions/baseline.json index 1b0d76d12..1c2e036a8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6277,8 +6277,8 @@ "port-version": 1 }, "tomlplusplus": { - "baseline": "2.3.0", - "port-version": 1 + "baseline": "2.4.0", + "port-version": 0 }, "tool-meson": { "baseline": "0.58.0", diff --git a/versions/t-/tomlplusplus.json b/versions/t-/tomlplusplus.json index 1a7dba67f..62d98caad 100644 --- a/versions/t-/tomlplusplus.json +++ b/versions/t-/tomlplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "95397531895566a6af15644be1ea9e228795c02d", + "version-string": "2.4.0", + "port-version": 0 + }, + { "git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a", "version-string": "2.3.0", "port-version": 1 |
