Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5c01927b9305b85a8acb5acb42bc26e3f4b62d6d
commit 5c01927b9305b85a8acb5acb42bc26e3f4b62d6d Author: crazy <[email protected]> Date: Fri Jun 3 17:09:04 2016 +0200 geoip-1.4.8-2-x86_64 * relbump * not yet version bumped since I need to test * how new DB version+legacy *.dat works diff --git a/source/lib-extra/geoip/FrugalBuild b/source/lib-extra/geoip/FrugalBuild index d2091b8..983c002 100644 --- a/source/lib-extra/geoip/FrugalBuild +++ b/source/lib-extra/geoip/FrugalBuild @@ -3,7 +3,7 @@ pkgname=geoip pkgver=1.4.8 -pkgrel=1 +pkgrel=2 pkgdesc="Easily lookup countries by IP addresses, even when Reverse DNS entries don't exist." url="http://www.maxmind.com/app/c" depends=('zlib') @@ -15,11 +15,14 @@ _F_github_author="maxmind" _F_github_name="geoip-api-c" _F_github_tag_v="yes" Finclude github -sha1sums=('e6171680339034fca7b8b6c5eac64d81149e0d81') +source+=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz) +sha1sums=('9f422546eb8af633c6f44a52bdbc8eee91e48830' \ + '44bee95cdba481d8063e267d5f515b1757112035') build() { Fcd + mv ../GeoIP.dat data/ || Fdie Fautoreconf Fbuild } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
