diff options
| -rw-r--r-- | port_versions/baseline.json | 2 | ||||
| -rw-r--r-- | port_versions/t-/tomlplusplus.json | 5 | ||||
| -rw-r--r-- | ports/tomlplusplus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tomlplusplus/portfile.cmake | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/port_versions/baseline.json b/port_versions/baseline.json index c00de41a8..250f6157c 100644 --- a/port_versions/baseline.json +++ b/port_versions/baseline.json @@ -5806,7 +5806,7 @@ }, "tomlplusplus": { "baseline": "2.3.0", - "port-version": 0 + "port-version": 1 }, "tool-meson": { "baseline": "0.56.02", diff --git a/port_versions/t-/tomlplusplus.json b/port_versions/t-/tomlplusplus.json index 4c39543f3..1a7dba67f 100644 --- a/port_versions/t-/tomlplusplus.json +++ b/port_versions/t-/tomlplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a", + "version-string": "2.3.0", + "port-version": 1 + }, + { "git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd", "version-string": "2.3.0", "port-version": 0 diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL index b196607e6..3ffba5233 100644 --- a/ports/tomlplusplus/CONTROL +++ b/ports/tomlplusplus/CONTROL @@ -1,5 +1,6 @@ Source: tomlplusplus Version: 2.3.0 +Port-Version: 1 Homepage: https://marzer.github.io/tomlplusplus/ Description: Header-only TOML config file parser and serializer for modern C++. -Supports: !(arm|uwp|linux|osx) +Supports: !(arm|uwp|osx) diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake index 974bc99a0..5edaf68cd 100644 --- a/ports/tomlplusplus/portfile.cmake +++ b/ports/tomlplusplus/portfile.cmake @@ -1,4 +1,4 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp") +vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "osx" "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH |
