Skip to content

Commit

Permalink
[nlohmann-json] version 3.11.3 (#35385)
Browse files Browse the repository at this point in the history
* nlohmann-json version 3.11.3

* ./vcpkg x-add-version --all

* Update ports/nlohmann-json/portfile.cmake

Co-authored-by: Lily Wang <[email protected]>

* Update nlohmann-json.json

---------

Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
kentf and LilyWangLL authored Dec 1, 2023
1 parent 01ea5f6 commit efe9c8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/nlohmann-json/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 nlohmann/json
REF v3.11.2
SHA512 70097c9bcd7a91254acbd41b8b68a6aaa371fc2dd7011f472917f69f1e2d2986155a0339dad791699d542e4a3be44dc49ae72ff73d0ee0ea4b34183296ce19a0
REF "v${VERSION}"
SHA512 7df19b621de34f08d5d5c0a25e8225975980841ef2e48536abcf22526ed7fb99f88ad954a2cb823115db59ccc88d1dbe74fe6c281b5644b976b33fb78db9d717
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nlohmann-json/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlohmann-json",
"version-semver": "3.11.2",
"version-semver": "3.11.3",
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5965,7 +5965,7 @@
"port-version": 3
},
"nlohmann-json": {
"baseline": "3.11.2",
"baseline": "3.11.3",
"port-version": 0
},
"nlopt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nlohmann-json.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a728b86fa36d4885a4c57c79432660950644d6d4",
"version-semver": "3.11.3",
"port-version": 0
},
{
"git-tree": "caa64b8c731ac2457575ea3c5f1827bc82ecac84",
"version-semver": "3.11.2",
Expand Down

0 comments on commit efe9c8a

Please sign in to comment.