Skip to content

Commit

Permalink
[Glaze] Update version 1.6.1 (#35273)
Browse files Browse the repository at this point in the history
* Update glaze to 1.6.1

* update git tree
  • Loading branch information
jbbjarnason authored Nov 23, 2023
1 parent 0bcc935 commit 23ceb9c
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 8c39fd370d46251dc528d09145efb7cb0645e02d3590fca1734a2e66ab46ff762128e80bec83abea98827786c475d2d647b5f0a7405f9e0d78f7cf0348bca515
SHA512 654dd5d4ac1dbc022ad7ad6fb94b144757c7740ab34954c1153552e13ec7721fc754b3723b30ea350127a00ce2b98c2ac5cfa786dfc93e597d7a55706448fa70
)

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.6.0",
"version": "1.6.1",
"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 @@ -2965,7 +2965,7 @@
"port-version": 0
},
"glaze": {
"baseline": "1.6.0",
"baseline": "1.6.1",
"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": "62292c7ec8c2e2d5ad2b5b3197cbf1647cbee342",
"version": "1.6.1",
"port-version": 0
},
{
"git-tree": "55fc4a50001f9e0da4aecfa3ffb82fd988cde742",
"version": "1.6.0",
Expand Down

0 comments on commit 23ceb9c

Please sign in to comment.