[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>
This commit is contained in:
Qudix 2021-09-15 19:49:49 -05:00 committed by GitHub
parent 790418c903
commit 3a06c2ee92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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)"

View File

@ -6561,8 +6561,8 @@
"port-version": 2
},
"tomlplusplus": {
"baseline": "2.4.0",
"port-version": 1
"baseline": "2.5.0",
"port-version": 0
},
"tool-meson": {
"baseline": "0.58.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f28a45d07d6ff9059a273ab730c9bc36a57ef7aa",
"version": "2.5.0",
"port-version": 0
},
{
"git-tree": "adfbc0f365c9a2f1ea4f90cf4a199be6e3b10586",
"version-string": "2.4.0",