diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-09-27 17:49:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 17:49:45 -0700 |
| commit | 870d2cd3b1bf4f14b2e03707d40f8efe1fa19376 (patch) | |
| tree | 08fd461d23ae1f58a561b744f683a40d908e9c94 /ports/libidn2/CONTROL | |
| parent | 70658669cc038c3016b795b60964e60747a3eb18 (diff) | |
| download | vcpkg-870d2cd3b1bf4f14b2e03707d40f8efe1fa19376.tar.gz vcpkg-870d2cd3b1bf4f14b2e03707d40f8efe1fa19376.zip | |
[libidn2] Support UNIX (#13708)
* [libidn2] Support UNIX
* update baseline
* Add supports
Diffstat (limited to 'ports/libidn2/CONTROL')
| -rw-r--r-- | ports/libidn2/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libidn2/CONTROL b/ports/libidn2/CONTROL index 7dc55f126..00ec059a6 100644 --- a/ports/libidn2/CONTROL +++ b/ports/libidn2/CONTROL @@ -1,5 +1,6 @@ Source: libidn2 -Version: 2.2.0-1 +Version: 2.2.0 +Port-Version: 2 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. |
