diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-16 19:15:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-16 19:15:40 +0000 |
commit | eb3581a4b3b219deb12372d048f1fb216b36211e (patch) | |
tree | 1ff1b9090e07f67d22a865d577b93c45b2b1747d | |
parent | c5d79ff0dbe5b20f93c704f5784a7af7573a7aa8 (diff) | |
download | aports-eb3581a4b3b219deb12372d048f1fb216b36211e.tar.bz2 aports-eb3581a4b3b219deb12372d048f1fb216b36211e.tar.xz |
x11/iso-codes: upgrade to 3.10.1
-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 5b0aae5598..34434037b4 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" |