geoip: bump version

The tarball from the release contains the configure and Makefile.in,
there's no longer need to AUTORECONF.

Add a hash file since the tarball has been uploaded by the maintainer.

[Peter: fix _LICENSE_FILES]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Maxime Hadjinlian 2014-10-26 19:45:14 +01:00 committed by Peter Korsgaard
parent 6eda7df7a1
commit 5d595b178e
2 changed files with 5 additions and 4 deletions

2
package/geoip/geoip.hash Normal file
View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 8ef059ee3680b39db967248331ec41188f4b45f86a4a77e39247ff41b61efd7c GeoIP-1.6.2.tar.gz

View File

@ -4,12 +4,11 @@
#
################################################################################
GEOIP_VERSION = 1.6.0
GEOIP_VERSION = 1.6.2
GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
GEOIP_SITE = $(call github,maxmind,geoip-api-c,v$(GEOIP_VERSION))
GEOIP_AUTORECONF = YES
GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)/
GEOIP_INSTALL_STAGING = YES
GEOIP_LICENSE = LGPLv2.1+
GEOIP_LICENSE_FILES = LICENSE COPYING
GEOIP_LICENSE_FILES = COPYING
$(eval $(autotools-package))