Skip to content

Commit

Permalink
[utfcpp] Update to 3.2.5 (microsoft#34132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Oct 3, 2023
1 parent b04b4fe commit a9c0940
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ports/utfcpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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")
2 changes: 1 addition & 1 deletion ports/utfcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8533,7 +8533,7 @@
"port-version": 1
},
"utfcpp": {
"baseline": "3.2.4",
"baseline": "3.2.5",
"port-version": 0
},
"utfz": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/utfcpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "323b2ffdbd38cf8e756a5ae5714ef2169c0cd6b3",
"version": "3.2.5",
"port-version": 0
},
{
"git-tree": "6c3de7ba47b92f266d5cce0a4f69925af4abda8f",
"version": "3.2.4",
Expand Down

0 comments on commit a9c0940

Please sign in to comment.