Skip to content

Commit

Permalink
[tomlplusplus] Update to 3.0.1 (#23268)
Browse files Browse the repository at this point in the history
* Update to 3.0.1

* Update baseline
  • Loading branch information
qudix committed Feb 28, 2022
1 parent 99fe2f9 commit 1c5939e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/tomlplusplus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO marzer/tomlplusplus
REF v2.5.0
SHA512 7394cda2009b37e88f9028ee5d1887120bed7042833c7cb218d7705cdc92273c81a84163ff0be034d3f23c8dd93e63b7615134a4b0e1c580e1e945fae45c7d35
REF v3.0.1
SHA512 bfb05d16715d1e8b54177e905c0a83470e7472c9c474874d70528558bbf0b0ba0daae67e1e44d99c45de3f87918bca57e889caba2e3da5e351045aee7e6a144b
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/tomlplusplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tomlplusplus",
"version": "2.5.0",
"port-version": 3,
"version": "3.0.1",
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6981,8 +6981,8 @@
"port-version": 0
},
"tomlplusplus": {
"baseline": "2.5.0",
"port-version": 3
"baseline": "3.0.1",
"port-version": 0
},
"tool-meson": {
"baseline": "2022-01-21",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tomlplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "815508399a10ce972d933aa3f5b4f751c37c64d2",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "06ce1fc365e8e7aa80b1a234a97665ca5e593d0d",
"version": "2.5.0",
Expand Down

0 comments on commit 1c5939e

Please sign in to comment.