Skip to content

Commit

Permalink
[Glaze] Update to version 1.9.6 (microsoft#35687)
Browse files Browse the repository at this point in the history
* Glaze version 1.9.6

* Vcpkg update database
  • Loading branch information
Ómar Högni Guðmarsson authored Dec 15, 2023
1 parent 057a7d1 commit 08c98c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/glaze/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stephenberry/glaze
REF "v${VERSION}"
SHA512 59c2b332c53c33c4410e3617c65ddf0aa592b985400a7ec7247af0fe561d33de3b94e8ea4ea143dcb7e55bd29f4b169ee79e99281bf493a8185172194195e574
SHA512 ffc2c2d007e736c4ef44407c639c89ba82e2e90d9e6ec9d3d507bdf20e197659e6963439d83e0b311efddb1f089552fa36edfc5af6c6b620f9dd3fdc06e5a52d
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/glaze/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glaze",
"version": "1.9.5",
"version": "1.9.6",
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
"homepage": "https://github.com/stephenberry/glaze",
"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 @@ -2981,7 +2981,7 @@
"port-version": 0
},
"glaze": {
"baseline": "1.9.5",
"baseline": "1.9.6",
"port-version": 0
},
"glbinding": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glaze.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "90e9524cec84329ef65d58ce265d64567ff861f5",
"version": "1.9.6",
"port-version": 0
},
{
"git-tree": "ddf42a4875b810fc720e4bf4ae95613e1d79e29b",
"version": "1.9.5",
Expand Down

0 comments on commit 08c98c7

Please sign in to comment.