Skip to content

Commit

Permalink
[libidn2] Update to version 2.2.0. (microsoft#7685)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbezault authored Aug 14, 2019
2 parents 4e9d79e + 24f0ed6 commit a9d8f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/libidn2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libidn2
Version: 2.1.1-1
Version: 2.2.0
Build-Depends: libiconv
Homepage: https://www.gnu.org/software/libidn/
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.
6 changes: 3 additions & 3 deletions ports/libidn2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include(vcpkg_common_functions)

set(IDN2_VERSION 2.1.1)
set(IDN2_FILENAME libidn2-${IDN2_VERSION}a.tar.gz)
set(IDN2_VERSION 2.2.0)
set(IDN2_FILENAME libidn2-${IDN2_VERSION}.tar.gz)

vcpkg_download_distfile(ARCHIVE
URLS "http://ftp.gnu.org/gnu/libidn/${IDN2_FILENAME}"
FILENAME "${IDN2_FILENAME}"
SHA512 404a739e33d324f700ac8e8119de3feef0de778bbb11be09049cb64eab447cd101883f6d489cca1e88c230f58bcaf9758fe102e571b6501450aa750ec2a4a9c6
SHA512 ccf56056a378d49a28ff67a2a23cd3d32ce51f86a78f84839b98dad709a1d0d03ac8d7c1496f0e4d3536bca00e3d09d34d76a37317b2ce87e3aa66bdf4e877b8
)

vcpkg_extract_source_archive_ex(
Expand Down

0 comments on commit a9d8f2c

Please sign in to comment.