[simdutf] Update to 5.3.0 (#39941)

This commit is contained in:
Tim Flynn 2024-07-18 12:40:36 -04:00 committed by GitHub
parent ee4728e45a
commit 8bc66bd636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdutf/simdutf
REF "v${VERSION}"
SHA512 cd967640ce7a587ba7d0fbf1311bbced04beab341c03875f541179619e561773dffc8feb4b4e685ef549e7ae915b2bbd67f8b0100fd354d77ff0e068b896593f
SHA512 b4d1d50fcdb801a6c9b98869a3511ebc95bccb5b8ab08c60d8f9b27bd132b15b66c8a344d97327035c2800bab74a7889253d6e496d3d36b8f6cdab8d10ad58c6
HEAD_REF master
)
@ -23,7 +23,7 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
vcpkg_fixup_pkgconfig()
if ("tools" IN_LIST FEATURES)
vcpkg_copy_tools(TOOL_NAMES sutf AUTO_CLEAN)
vcpkg_copy_tools(TOOL_NAMES fastbase64 sutf AUTO_CLEAN)
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "simdutf",
"version-semver": "5.2.8",
"version-semver": "5.3.0",
"description": "Unicode validation and transcoding at billions of characters per second",
"homepage": "https://github.com/simdutf/simdutf",
"dependencies": [
@ -16,7 +16,7 @@
],
"features": {
"tools": {
"description": "Build the simdutf command line tool for transcoding strings"
"description": "Build the fastbase64 and simdutf command line tools for transcoding strings"
}
}
}

View File

@ -8213,7 +8213,7 @@
"port-version": 0
},
"simdutf": {
"baseline": "5.2.8",
"baseline": "5.3.0",
"port-version": 0
},
"simonbrunel-qtpromise": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7acc6114f2aa635a23808a4140e4dfb204dd109a",
"version-semver": "5.3.0",
"port-version": 0
},
{
"git-tree": "0551f61254ee02a84ad78563ecc37da0b1fd2d8a",
"version-semver": "5.2.8",