diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-06-13 07:55:00 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-06-13 07:55:00 +0000 |
commit | 98b6ee461cd172723c2cdc0755aa82c2e8d15798 (patch) | |
tree | 2e14f573e2a39c879a3de2f3f69c259b9e3dfcbb /main/geoip | |
parent | 583d82a4fff64c8f90ebf1a641fcb63b7e143f11 (diff) | |
download | aports-98b6ee461cd172723c2cdc0755aa82c2e8d15798.tar.bz2 aports-98b6ee461cd172723c2cdc0755aa82c2e8d15798.tar.xz |
main/geoip: upgrade to 1.4.7
Diffstat (limited to 'main/geoip')
-rw-r--r-- | main/geoip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/geoip/APKBUILD b/main/geoip/APKBUILD index 2ae1a8a796..2670da301c 100644 --- a/main/geoip/APKBUILD +++ b/main/geoip/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname="geoip" _realname="GeoIP" -pkgver=1.4.6 -pkgrel=2 +pkgver=1.4.7 +pkgrel=0 pkgdesc="Lookup countries by IP addresses" url="http://www.maxmind.com/app/ip-location" arch="all" @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="cb14b1beeb40631a12676b11ca0c309a GeoIP-1.4.6.tar.gz" +md5sums="a802175d5b7e2b57b540a7dd308d9205 GeoIP-1.4.7.tar.gz" |