From 266e0d443e2337f613fd46ec665eee334f15681c Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Mon, 18 Apr 2016 12:53:04 +0100 Subject: php-geoip: bump version to HEAD of master on GitHub Related: https://bugs.php.net/bug.php?id=71083 Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- package/php-geoip/php-geoip.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'package/php-geoip/php-geoip.mk') diff --git a/package/php-geoip/php-geoip.mk b/package/php-geoip/php-geoip.mk index 0826c197f0..93dcf018bf 100644 --- a/package/php-geoip/php-geoip.mk +++ b/package/php-geoip/php-geoip.mk @@ -4,10 +4,8 @@ # ################################################################################ -PHP_GEOIP_VERSION = 1.1.0 -PHP_GEOIP_SOURCE = geoip-$(PHP_GEOIP_VERSION).tgz -# pecl.php.net returns html with db connect failed -PHP_GEOIP_SITE = http://sources.buildroot.net +PHP_GEOIP_VERSION = 1fd53288458100e9e30acf5a62bc9ef8426513d3 +PHP_GEOIP_SITE = $(call github,php7-extensions,ext-php7-geoip,$(PHP_GEOIP_VERSION)) PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --with-geoip=$(STAGING_DIR)/usr # phpize does the autoconf magic -- cgit v1.2.3