mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump libidn2 version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
3e22e24004
commit
bb5445a3e1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.0.4"
|
VERSION="2.0.5"
|
||||||
SRCDIR="libidn2-$VERSION"
|
SRCDIR="libidn2-$VERSION"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://ftp.gnu.org/gnu/libidn"
|
URL="https://ftp.gnu.org/gnu/libidn"
|
||||||
SHA256SUM="644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0"
|
SHA256SUM="53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8"
|
||||||
DEPENDS="libiconv libunistring"
|
DEPENDS="libiconv libunistring"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue