Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[glaze] Bump to 4.2.2 #42889

Merged
merged 2 commits into from
Dec 23, 2024
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 9af6e479c584db61bcf7385a30ad99b39727d81782bf4510c5343b35e40fd39258b2f2b86537022bd2046456422b374e9002bf302e18fcc557b894204f78a303
SHA512 e1e1f0aff6b352ba22a8cd6a5871f8f0b5269930cd7cad77f4df199bb3e7e27600125512b804bd5d1c15d4f36852e59fa2a02845f7eb2bd976360d3383e9309f
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.2.0",
"version": "4.2.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
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@
"port-version": 0
},
"glaze": {
"baseline": "4.2.0",
"baseline": "4.2.2",
"port-version": 0
},
"glbinding": {
Expand Down Expand Up @@ -6580,10 +6580,6 @@
"baseline": "1.5.1",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"omniorb": {
"baseline": "4.3.0",
"port-version": 3
Expand Down Expand Up @@ -6824,6 +6820,10 @@
"baseline": "0.12+20221121",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"orc": {
"baseline": "2.0.0",
"port-version": 0
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": "0de37a617b5372234357ffd665c88455381d97cd",
"version": "4.2.2",
"port-version": 0
},
{
"git-tree": "5bbcbfee41a16a8da71e956b03533ce2d0cc1d6f",
"version": "4.2.0",
Expand Down