diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-05-20 00:13:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 15:13:17 -0700 |
| commit | a4ec3dd2fe1f4b94a192fc0ce7803e5d6ae7f9d5 (patch) | |
| tree | 45c437997a0525a4955a810666c16367ded18ec3 | |
| parent | 98f80d86f297bdda984e8469f3a95a0e379b448f (diff) | |
| download | vcpkg-a4ec3dd2fe1f4b94a192fc0ce7803e5d6ae7f9d5.tar.gz vcpkg-a4ec3dd2fe1f4b94a192fc0ce7803e5d6ae7f9d5.zip | |
[utfcpp] Update to 3.1.1 (#11426)
| -rw-r--r-- | ports/utfcpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/utfcpp/portfile.cmake | 13 |
2 files changed, 5 insertions, 10 deletions
diff --git a/ports/utfcpp/CONTROL b/ports/utfcpp/CONTROL index fd1872241..52ad1c04e 100644 --- a/ports/utfcpp/CONTROL +++ b/ports/utfcpp/CONTROL @@ -1,4 +1,4 @@ Source: utfcpp
-Version: 3.1
+Version: 3.1.1
Homepage: https://github.com/nemtrif/utfcpp
Description: UTF-8 with C++ in a Portable Way
diff --git a/ports/utfcpp/portfile.cmake b/ports/utfcpp/portfile.cmake index bbbfe663f..e46077bb7 100644 --- a/ports/utfcpp/portfile.cmake +++ b/ports/utfcpp/portfile.cmake @@ -1,16 +1,11 @@ -#header-only library -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nemtrif/utfcpp - REF v3.1 - SHA512 826ac7aa61215ac2144fa3f5edc7f291c3dd25dc69b0c82526840f4651f822515ec262915e1117d975e5c5dd729f6166806a5d397262f59a2b323eb7009671f5 + REF v3.1.1 + SHA512 720e2eba5c04f0bc4903a287138149a9cd432bc68bb163fe36b2e0d26d8bf616b4665f389b4a9c97af6ae7869e78973d97db976a4745512a241eebf774608997 HEAD_REF master ) -# Put the licence file where vcpkg expects it -file(INSTALL ${SOURCE_PATH}/source/utf8.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/utfcpp RENAME copyright) - -# Copy the utf8-cpp header files file(COPY ${SOURCE_PATH}/source/ DESTINATION ${CURRENT_PACKAGES_DIR}/include) + +file(INSTALL ${SOURCE_PATH}/source/utf8.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
