Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 7e114e43c85ebabd9698c7c4eb96815f581a29ce233a41892f547628f93da6355f730a51a60b58fa889a08d6e843972fe71f12df587453e53dad2c878732cc57
SHA512 b87edd87520498d0134afd4966d0d0a2d85f7bdbf1b289891d29fa89dc4f52d0c19ba81d86b9ae03730f73b07cc5c9d4f0070687afb0727e15638f5154e2da8a
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": "5.0.1",
"version": "5.0.2",
"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 @@ -3177,7 +3177,7 @@
"port-version": 0
},
"glaze": {
"baseline": "5.0.1",
"baseline": "5.0.2",
"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": "ff7ddc5aaf500f64b4af531a911fe7720e8439fe",
"version": "5.0.2",
"port-version": 0
},
{
"git-tree": "4267ffaf5026d889a0e061666dacea23871972a8",
"version": "5.0.1",
Expand Down