Skip to content

Commit

Permalink
[simdutf] Update to 5.2.2 (#37988)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtz0607 committed Apr 5, 2024
1 parent 13766fc commit 483e777
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/simdutf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdutf/simdutf
REF "v${VERSION}"
SHA512 809ed80e963068191c6fb687f820c9c8e0b638f98d348f65bcf211c4bca1abd3a063adae15cfd7f807a977181f2c0428d61b9183307f5a3ce2ea21e31e6a06d2
SHA512 56c19e52eb8dd3736e984cdc49a92909ffa3240b115c0ea0c3cfd29eca79a2bec1f8489ac030c27cd1f8446bbed27daf3e83e214a0871f4e78d85d1f8ebb964f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/simdutf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "simdutf",
"version-semver": "5.0.0",
"version-semver": "5.2.2",
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8081,7 +8081,7 @@
"port-version": 0
},
"simdutf": {
"baseline": "5.0.0",
"baseline": "5.2.2",
"port-version": 0
},
"simonbrunel-qtpromise": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simdutf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71f8ed944c9a140b642c6f56f012626cdd1ed898",
"version-semver": "5.2.2",
"port-version": 0
},
{
"git-tree": "abbfcd20dd25b3b01b4e117ffe339623762baa2a",
"version-semver": "5.0.0",
Expand Down

0 comments on commit 483e777

Please sign in to comment.