Skip to content

Commit 4b543fa

Browse files
committed
[glaze] update to 5.3.1
1 parent a9eee3b commit 4b543fa

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/glaze/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO stephenberry/glaze
88
REF "v${VERSION}"
9-
SHA512 44545e71c56ec3596ddcb2467083593edd59e80b006653a056b2372129ab03a1b53dcb92030c8e076f7e4bb490524fbd3b0f092946ad269885447ed5f31f3871
9+
SHA512 d52016c91028a6273b24428d8ae09f1ccaff7daf5b64afaf4537f60b611a77da625d9ba3e32d8c6c12f252b55bc6d569da8af2ae770f629bfe19b4d8a1969afb
1010
HEAD_REF main
1111
)
1212

ports/glaze/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glaze",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
55
"homepage": "https://github.com/stephenberry/glaze",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,7 @@
32213221
"port-version": 0
32223222
},
32233223
"glaze": {
3224-
"baseline": "5.3.0",
3224+
"baseline": "5.3.1",
32253225
"port-version": 0
32263226
},
32273227
"glbinding": {

versions/g-/glaze.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "af2db73252b716030fd71c5f0ed819777ffa229e",
5+
"version": "5.3.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "b2f106bf6cfc963fe64c513da6e1c6b9d5e77bef",
510
"version": "5.3.0",

0 commit comments

Comments
 (0)