Skip to content

Commit

Permalink
[glaze] update to 4.4.1 (#43727)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Feb 11, 2025
1 parent db1543c commit b64c8e9
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 c7ff47afb244eeec579bc7aaa36bf1d951b6e474dcbdf6d0e1afbb0587f16009532ac8b3be506ece0b968adfc64f26f82d655a404aed089263e00895bda09ed0
SHA512 fa6679dd92b0c5260f8665c9ca0f974ef03307339478351ad72678dd59701f4935e9f155bb617113a8f23ac5c017dced10ada520b001601611da7201573d96ac
HEAD_REF main
)

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": "4.4.0",
"version": "4.4.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 @@ -3121,7 +3121,7 @@
"port-version": 0
},
"glaze": {
"baseline": "4.4.0",
"baseline": "4.4.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": "ec9ba53ebce3e7d8a17456420439ad108fdfd88c",
"version": "4.4.1",
"port-version": 0
},
{
"git-tree": "2c7d26002392427a23c43ab703d283efdfb1d4cb",
"version": "4.4.0",
Expand Down

0 comments on commit b64c8e9

Please sign in to comment.