Skip to content

Commit

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

* Update database
  • Loading branch information
Ómar Högni Guðmarsson authored Nov 2, 2023
1 parent 3670bd3 commit 106fd5c
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 c4f89aa0fd28a821f977a7b363985ba6a88b54a22d76beea27d2750d3d912a46092ed436b010f679237a83f6375d2fba7c4e54cbf4650f2ba1e7bdf7b1804c59
SHA512 88bf8f152d0dbce38e97160a9fa0a5b1f708213d8b80e2c771ce981e6abfeecf4daa09d79b582b3b7c3ba6f932ff5fada9965a4db5d30db956f7d6152686f002
)

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.5.4",
"version": "1.5.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 @@ -2961,7 +2961,7 @@
"port-version": 0
},
"glaze": {
"baseline": "1.5.4",
"baseline": "1.5.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": "4146e402c56c4d3678ccf0fc30a303fe4a628bcb",
"version": "1.5.6",
"port-version": 0
},
{
"git-tree": "c4b6e2335f681c7d5183776b595718244791df78",
"version": "1.5.4",
Expand Down

0 comments on commit 106fd5c

Please # to comment.