libidn: update to 1.22.
This commit is contained in:
parent
17f4cabc64
commit
0ce24c1187
|
@ -1,12 +1,14 @@
|
||||||
# Template build file for 'libidn'.
|
# Template build file for 'libidn'.
|
||||||
pkgname=libidn
|
pkgname=libidn
|
||||||
version=1.20
|
version=1.22
|
||||||
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-csharp --disable-java --enable-threads=posix"
|
configure_args="--disable-csharp --disable-java --enable-threads=posix"
|
||||||
short_desc="Internationalized Domain Names command line tool"
|
short_desc="Internationalized Domain Names command line tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=e1bff472e8dce11064508ef5acbd6ac72371d0028f15c65f4a91ed157bfca8b1
|
homepage="http://www.gnu.org/software/libidn/"
|
||||||
|
license="GPL3, LGPL"
|
||||||
|
checksum=2f765e868795f5478900ec9f42cb0ecc6ca22e2a85a62763c0b13c7da2f588ed
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
||||||
specifications defined by the IETF Internationalized Domain Names (IDN)
|
specifications defined by the IETF Internationalized Domain Names (IDN)
|
||||||
|
|
Loading…
Reference in New Issue