aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorQudix <17361645+Qudix@users.noreply.github.com>2021-09-15 19:49:49 -0500
committerGitHub <noreply@github.com>2021-09-15 17:49:49 -0700
commit3a06c2ee92b45832f36ae83d740a50ab7192c8ea (patch)
tree5c34e8bc71b1ac663d98c6e11d932e1f938f9c4f /ports
parent790418c9037196ef499b642decc2cd880e15db30 (diff)
downloadvcpkg-3a06c2ee92b45832f36ae83d740a50ab7192c8ea.tar.gz
vcpkg-3a06c2ee92b45832f36ae83d740a50ab7192c8ea.zip
[tomlplusplus] Update to 2.5.0 (#20164)
* Update to 2.5.0 * Update baseline * version-string -> version * Update baseline Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/tomlplusplus/portfile.cmake6
-rw-r--r--ports/tomlplusplus/vcpkg.json3
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake
index f98d9f332..406224e8d 100644
--- a/ports/tomlplusplus/portfile.cmake
+++ b/ports/tomlplusplus/portfile.cmake
@@ -3,14 +3,14 @@ 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.4.0
- SHA512 cfb8a1eeaed3350f8b5341b6893527c9571ee71416c0dc2d680d8739003cd5de85aad8efc0bdbf06e4ed7d3da0a942939509a86c035b551773df3e1b77afacbe
+ REF v2.5.0
+ SHA512 7394cda2009b37e88f9028ee5d1887120bed7042833c7cb218d7705cdc92273c81a84163ff0be034d3f23c8dd93e63b7615134a4b0e1c580e1e945fae45c7d35
HEAD_REF master
)
vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
- OPTIONS
+ OPTIONS
-Dgenerate_cmake_config=true
-Dbuild_tests=false
-Dbuild_examples=false
diff --git a/ports/tomlplusplus/vcpkg.json b/ports/tomlplusplus/vcpkg.json
index 20c58326e..08d6aeb29 100644
--- a/ports/tomlplusplus/vcpkg.json
+++ b/ports/tomlplusplus/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "tomlplusplus",
- "version-string": "2.4.0",
- "port-version": 1,
+ "version": "2.5.0",
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"supports": "!(arm | uwp | osx)"