Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cdcb4cdd2fdf66217659c2cd04f8f10ac37d120c
commit cdcb4cdd2fdf66217659c2cd04f8f10ac37d120c Author: Slown <[email protected]> Date: Wed Oct 19 12:50:53 2016 +0100 geoip-1.6.9-1-x86_64 * version bump diff --git a/source/lib-extra/geoip/FrugalBuild b/source/lib-extra/geoip/FrugalBuild index e9f135e..c23603b 100644 --- a/source/lib-extra/geoip/FrugalBuild +++ b/source/lib-extra/geoip/FrugalBuild @@ -1,13 +1,13 @@ -# Compiling Time: 0.13 SBU +# Compiling Time: 0.10 SBU # Maintainer: Miklos Vajna <[email protected]> pkgname=geoip -pkgver=1.4.8 -pkgrel=3 +pkgver=1.6.9 +pkgrel=1 pkgdesc="Easily lookup countries by IP addresses, even when Reverse DNS entries don't exist." url="http://www.maxmind.com/app/c" depends=('zlib') -backup=(etc/GeoIP.conf) +backup=('etc/GeoIP.conf') groups=('lib-extra') archs=('i686' 'x86_64') _F_archive_name="GeoIP" @@ -16,13 +16,14 @@ _F_github_name="geoip-api-c" _F_github_tag_v="yes" Finclude github source+=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz) -sha1sums=('9f422546eb8af633c6f44a52bdbc8eee91e48830' \ - 'db1e4776a66e7305774940bc4e4469b9ef7777e1') +sha1sums=('e6171680339034fca7b8b6c5eac64d81149e0d81' \ + 'fc50cfa3def8376398be0b83c1b4d1bb4b1ee2a0') build() { Fcd - mv ../GeoIP.dat data/ || Fdie + Fmkdir /usr/share/GeoIP + mv ../GeoIP.dat $Fdestdir/usr/share/GeoIP/ || Fdie Fautoreconf Fbuild } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
