Skip to content

Commit

Permalink
[utf8-range] update to 5.29.1 (#42752)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon <v-zhli17@microsoft.com>
  • Loading branch information
JonLiu1993 and Jon authored Dec 19, 2024
1 parent 13409aa commit a3ff43d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/utf8-range/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO protocolbuffers/protobuf
REF "v${VERSION}"
SHA512 a188d109f317c0cff1d57c3d81b307ff46db816774af2eb4edc39b136725bb3ed70fafbcffcdf9465f6f948a1e7dfc0175f75b17acd414e5ae543939a510688a
SHA512 18b49716ac15800f4ed970a2b2dc3235299933e1ab34edbffd0c1eeabd1ade37b3ea50d90b9a814211aa83ee7a335d9dae1763a088f8899ff64341911d3678c1
HEAD_REF main
PATCHES
fix-cmake.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/utf8-range/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utf8-range",
"version": "5.28.3",
"version": "5.29.1",
"description": "Fast UTF-8 validation with Range algorithm (NEON+SSE4+AVX2)",
"homepage": "https://github.com/protocolbuffers/protobuf",
"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 @@ -9285,7 +9285,7 @@
"port-version": 4
},
"utf8-range": {
"baseline": "5.28.3",
"baseline": "5.29.1",
"port-version": 0
},
"utf8h": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/utf8-range.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "09bb6fc16a60acee3536d8e7febd6fcca82a67ac",
"version": "5.29.1",
"port-version": 0
},
{
"git-tree": "3fca368158ad02ea861065c11c195ca58d94206f",
"version": "5.28.3",
Expand Down

0 comments on commit a3ff43d

Please sign in to comment.