Skip to content

[simdutf] update to 7.3.5 #46853

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/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 920737f4d2ad5dd4802098b7ad48c47cc477fbeb63ed7b847edb6c71e95b83a54a6db0c38614ad99b403241dd561ff0f4bbc81f10d35e7432aac4280aec370c7
SHA512 662520fefe0befb96eb269bf2387a87c3376562d3bdc7ac425930bf6b6c04e5e3acd9b1e21835396bba3e985018e56aad40a3041be4fd61923a110b4b920a782
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,6 +1,6 @@
{
"name": "simdutf",
"version-semver": "7.3.4",
"version-semver": "7.3.5",
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"license": "Apache-2.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8845,7 +8845,7 @@
"port-version": 0
},
"simdutf": {
"baseline": "7.3.4",
"baseline": "7.3.5",
"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": "8d76c0396187c32b430b59d522ca5eeb5620ef42",
"version-semver": "7.3.5",
"port-version": 0
},
{
"git-tree": "1aff500f1ae4aeeb5f8123b6844981b2d84b7550",
"version-semver": "7.3.4",
Expand Down