diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 4693cb8ca3..1a1e946aec 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,7 +1,8 @@ { "name": "simdjson", "version": "3.6.2", - "description": "A extremely fast JSON library that can parse gigabytes of JSON per second", + "port-version": 1, + "description": "An extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0", "dependencies": [ @@ -31,7 +32,7 @@ "description": "Link with thread support" }, "utf8-validation": { - "description": "Enable UTF8 validation" + "description": "Enable UTF-8 validation" } } } diff --git a/versions/baseline.json b/versions/baseline.json index a3914c219b..01b0fd5a04 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8058,7 +8058,7 @@ }, "simdjson": { "baseline": "3.6.2", - "port-version": 0 + "port-version": 1 }, "simdutf": { "baseline": "4.0.9", diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index 0cebaef775..39d5a8dd09 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2adb8c3282818e83fe032201eb62deabdcaa44ae", + "version": "3.6.2", + "port-version": 1 + }, { "git-tree": "85480e0db4ff161c74400267ba3567d038fb15c7", "version": "3.6.2",