diff options
Diffstat (limited to 'x11/iso-codes')
-rw-r--r-- | x11/iso-codes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/iso-codes/APKBUILD b/x11/iso-codes/APKBUILD index 5b0aae559..34434037b 100644 --- a/x11/iso-codes/APKBUILD +++ b/x11/iso-codes/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iso-codes -pkgver=3.8 +pkgver=3.10.1 pkgrel=0 pkgdesc="Lists of the country, language, and currency names" url="http://pkg-isocodes.alioth.debian.org/" @@ -16,4 +16,4 @@ build () make || return 1 make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install || return 1 } -md5sums="7b219078203a710b7510ba54c161097c iso-codes-3.8.tar.bz2" +md5sums="1db1466d1ea63fe5fc349b7ba8b189fb iso-codes-3.10.1.tar.bz2" |