Skip to content

Commit 13409aa

Browse files
authored
[glaze] update to 4.2.0 (microsoft#42763)
1 parent b6ed02f commit 13409aa

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 31e736069a877908f86aec1c5d9263475dd2d8efd2af8d5cb71ec6531a15a96ccae6de0799830ba577546bcbaee3d59672002ba61e6bc6d8e2ca723dd596083e
9+
SHA512 9af6e479c584db61bcf7385a30ad99b39727d81782bf4510c5343b35e40fd39258b2f2b86537022bd2046456422b374e9002bf302e18fcc557b894204f78a303
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": "4.0.3",
3+
"version": "4.2.0",
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
@@ -3137,7 +3137,7 @@
31373137
"port-version": 0
31383138
},
31393139
"glaze": {
3140-
"baseline": "4.0.3",
3140+
"baseline": "4.2.0",
31413141
"port-version": 0
31423142
},
31433143
"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": "5bbcbfee41a16a8da71e956b03533ce2d0cc1d6f",
5+
"version": "4.2.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "59a861998de25e5e4191f419c8c83d0136052775",
510
"version": "4.0.3",

0 commit comments

Comments
 (0)