[utfcpp] Update to 3.2.5 (#34132)

This commit is contained in:
Kai Pastor 2023-10-03 05:26:45 +02:00 committed by GitHub
parent b04b4feab0
commit a9c09401fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -1,8 +1,10 @@
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemtrif/utfcpp
REF v${VERSION}
SHA512 5135b13a03ee814cb35e04459b2d91b8fbe91cd518a604c41062b4ad42b739fce1acf946b01904309e0edffb874f5e81f69d28afdc8b6f759ef2d675ca0c0db0
REF "v${VERSION}"
SHA512 1ce12c8158a2f3bcddec104ceacedaea4031b4c88fc0fa1f1fae8dfa8df81c846861df9d01e8f294d79b9e4ab8c51bd1289f404eed24d07abc760688fee13090
HEAD_REF master
)
@ -20,9 +22,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
vcpkg_cmake_config_fixup(PACKAGE_NAME utf8cpp CONFIG_PATH cmake)
else()
vcpkg_cmake_config_fixup(PACKAGE_NAME utf8cpp CONFIG_PATH lib/cmake/utf8cpp)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
endif()
# Header only
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "utfcpp",
"version": "3.2.4",
"version": "3.2.5",
"description": "UTF-8 with C++ in a Portable Way",
"homepage": "https://github.com/nemtrif/utfcpp",
"license": "BSL-1.0",

View File

@ -8533,7 +8533,7 @@
"port-version": 1
},
"utfcpp": {
"baseline": "3.2.4",
"baseline": "3.2.5",
"port-version": 0
},
"utfz": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "323b2ffdbd38cf8e756a5ae5714ef2169c0cd6b3",
"version": "3.2.5",
"port-version": 0
},
{
"git-tree": "6c3de7ba47b92f266d5cce0a4f69925af4abda8f",
"version": "3.2.4",