mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libidn2: bump to 2.0.5, fix HOMEPAGE, add mirror.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
SUMMARY="Internationalized Domain Names (IDN) implementation"
|
||||
DESCRIPTION="Libidn2 is a free software implementation of IDNA2008, Punycode \
|
||||
and TR46. Its purpose is to encode and decode internationalized domain names."
|
||||
HOMEPAGE="https://gitlab.com/libidn/libidn2"
|
||||
COPYRIGHT="2011-2017 Simon Josefsson"
|
||||
HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2"
|
||||
COPYRIGHT="2011-2018 Simon Josefsson"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/libidn/libidn2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/libidn/libidn2-$portVersion.tar.gz
|
||||
https://ftp.gnu.org/gnu/libidn/libidn2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -20,7 +21,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="0.3.3"
|
||||
libVersion="0.3.4"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user