Skip to content

Commit

Permalink
[toml11] Update to 3.7.1 (#24393)
Browse files Browse the repository at this point in the history
* Update toml11 to 3.7.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
  • Loading branch information
chausner and chausner committed Apr 26, 2022
1 parent f368d0d commit b360be7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/toml11/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ToruNiina/toml11
REF v3.7.0
SHA512 093833ea4354ab91f54c0a346e51d38e297b8c347241f679c023e65fe580edca7852d934a0a0d371524426f61e58ee3a9638061b1230cd72be7ff55fcf12370c
REF v3.7.1
SHA512 a4710972ab9b1ff836b2191243d628e0c4672fbfe95ede50c49796aaa75bb05d3ac71164102651d5c7342a4ac88781dfe417957b8b8ce373989f627231966550
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dtoml11_BUILD_TEST=OFF
)
Expand Down
3 changes: 2 additions & 1 deletion ports/toml11/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "toml11",
"version": "3.7.0",
"version": "3.7.1",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7077,7 +7077,7 @@
"port-version": 6
},
"toml11": {
"baseline": "3.7.0",
"baseline": "3.7.1",
"port-version": 0
},
"tomlplusplus": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/toml11.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "978b00b8d4801b25272df9c650958ce7112e3f45",
"version": "3.7.1",
"port-version": 0
},
{
"git-tree": "ab8e69aef0551e2e862e74ec70b5c2dd58aac36b",
"version": "3.7.0",
Expand Down

0 comments on commit b360be7

Please sign in to comment.