diff options
Diffstat (limited to 'ports/libidn2')
| -rw-r--r-- | ports/libidn2/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/libidn2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libidn2/portfile.cmake | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/ports/libidn2/CMakeLists.txt b/ports/libidn2/CMakeLists.txt index a1eb9f9ce..d7a5d771e 100644 --- a/ports/libidn2/CMakeLists.txt +++ b/ports/libidn2/CMakeLists.txt @@ -4,8 +4,6 @@ project(libidn2 C) find_package(unofficial-iconv REQUIRED) -set(CMAKE_DEBUG_POSTFIX "d") - if(MSVC) add_definitions(-D_CRT_SECURE_NO_DEPRECATE) add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) diff --git a/ports/libidn2/CONTROL b/ports/libidn2/CONTROL index 2fc289034..5fcac82b6 100644 --- a/ports/libidn2/CONTROL +++ b/ports/libidn2/CONTROL @@ -1,4 +1,4 @@ Source: libidn2 -Version: 2.0.5-1 +Version: 2.1.1-1 Build-Depends: libiconv Description: GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names. diff --git a/ports/libidn2/portfile.cmake b/ports/libidn2/portfile.cmake index 85cc9e6ce..d7de30f41 100644 --- a/ports/libidn2/portfile.cmake +++ b/ports/libidn2/portfile.cmake @@ -1,12 +1,12 @@ include(vcpkg_common_functions) -set(IDN2_VERSION 2.0.5) -set(IDN2_FILENAME libidn2-${IDN2_VERSION}.tar.gz) +set(IDN2_VERSION 2.1.1) +set(IDN2_FILENAME libidn2-${IDN2_VERSION}a.tar.gz) vcpkg_download_distfile(ARCHIVE URLS "http://ftp.gnu.org/gnu/libidn/${IDN2_FILENAME}" FILENAME "${IDN2_FILENAME}" - SHA512 9d040d60de40316788825d8720d509d5b8a82287415e09e17792c2f32fad99ca77f43e55888b9484db69426eaa0ece59e9671eee9cc46411afbdb0f81af31a79 + SHA512 404a739e33d324f700ac8e8119de3feef0de778bbb11be09049cb64eab447cd101883f6d489cca1e88c230f58bcaf9758fe102e571b6501450aa750ec2a4a9c6 ) vcpkg_extract_source_archive_ex( |
