Browse Source

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>
Maxime Hadjinlian 10 years ago
parent
commit
5d595b178e
2 changed files with 5 additions and 4 deletions
  1. 2 0
      package/geoip/geoip.hash
  2. 3 4
      package/geoip/geoip.mk

+ 2 - 0
package/geoip/geoip.hash

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

+ 3 - 4
package/geoip/geoip.mk

@@ -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))