libidn2: update to 2.3.0

This commit is contained in:
Tom G. Christensen 2020-01-30 17:17:22 +01:00
parent 134a2107ec
commit 40633a57f3
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=libidn2
version=2.1.1a
version=2.3.0
pkgver=1
source[0]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libidn/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -19,7 +19,6 @@ source[0]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libidn/$topdir-$ver
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args+=(--disable-static --with-libiconv-prefix=$prefix --with-libintl-prefix=$prefix)
topsrcdir=$topdir-2.1.1
reg prep
prep()
@ -53,6 +52,7 @@ install()
compat libidn2 2.0.2 1 1
compat libidn2 2.0.3 1 1
compat libidn2 2.0.4 1 1
compat libidn2 2.1.1a 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Thu Jan 30 2020 Tom G. Christensen <swpkg@jupiterrise.com> - 2.3.0-1
- Update to 2.3.0
* Wed Mar 20 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 2.1.1a-1
- Update to 2.1.1a