aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Gillard <marzer_@hotmail.com>2020-08-14 19:57:21 +0300
committerGitHub <noreply@github.com>2020-08-14 09:57:21 -0700
commite695a72e6e10f6a623b17dd26373bf36e39c71cb (patch)
treee9390c4ed2d9f7a250f5d91fb432df52635beb46
parentae898b2c9435080a2130ac9112aae229debb5265 (diff)
downloadvcpkg-e695a72e6e10f6a623b17dd26373bf36e39c71cb.tar.gz
vcpkg-e695a72e6e10f6a623b17dd26373bf36e39c71cb.zip
[tomlplusplus] Update to 2.1.0 (#12859)
* [tomlplusplus] Update to 2.1.0 * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
-rw-r--r--ports/tomlplusplus/CONTROL2
-rw-r--r--ports/tomlplusplus/portfile.cmake11
2 files changed, 7 insertions, 6 deletions
diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL
index 7ac41ccf3..5cba84a10 100644
--- a/ports/tomlplusplus/CONTROL
+++ b/ports/tomlplusplus/CONTROL
@@ -1,5 +1,5 @@
Source: tomlplusplus
-Version: 1.3.0-3
+Version: 2.1.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 604d44d43..26b8f8171 100644
--- a/ports/tomlplusplus/portfile.cmake
+++ b/ports/tomlplusplus/portfile.cmake
@@ -3,16 +3,17 @@ 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 v1.3.0
- SHA512 3c758c59f4bddfc646b596c358909f37c35d3e7200bd04663bf8c6493c2f64797352dd8a788e68bcc1a785fa41ac2dfc5621bf5328018748bdc3c5cea621b3bc
+ REF v2.1.0
+ SHA512 7bd0ea4ecfc90946487acd545bc8635a85353506c90553f4a6f8e3d83c30f85ac12e1ce82c10e03a4ea335c1b622e64ea0753efca9b2829907996e3a6d28867a
HEAD_REF master
)
vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
- OPTIONS -DGENERATE_CMAKE_CONFIG=enabled
- -DBUILD_TESTS=disabled
- -DBUILD_EXAMPLES=disabled
+ OPTIONS
+ -DGENERATE_CMAKE_CONFIG=enabled
+ -DBUILD_TESTS=disabled
+ -DBUILD_EXAMPLES=disabled
)
vcpkg_install_meson()