diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-05-12 13:45:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-31 23:35:03 +0200 |
commit | d005bacbb44cc156946ce821ad7c97fac02ceb3f (patch) | |
tree | d27b7db3718373c4e40d6249fbf1dcc3b69d39ef /package/php-geoip/php-geoip.mk | |
parent | aa33d401ff818be4e27a2b86bce30a07a0d62416 (diff) | |
download | buildroot-d005bacbb44cc156946ce821ad7c97fac02ceb3f.tar.gz buildroot-d005bacbb44cc156946ce821ad7c97fac02ceb3f.zip |
php-geoip: bump version to 1.1.1
And switch to the official PECL site.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php-geoip/php-geoip.mk')
-rw-r--r-- | package/php-geoip/php-geoip.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/php-geoip/php-geoip.mk b/package/php-geoip/php-geoip.mk index 8f4e3bf6d8..1853f7dafd 100644 --- a/package/php-geoip/php-geoip.mk +++ b/package/php-geoip/php-geoip.mk @@ -4,8 +4,9 @@ # ################################################################################ -PHP_GEOIP_VERSION = ebb68228ad94298a305710f701b2ade9acff985d -PHP_GEOIP_SITE = $(call github,php7-extensions,ext-php7-geoip,$(PHP_GEOIP_VERSION)) +PHP_GEOIP_VERSION = 1.1.1 +PHP_GEOIP_SOURCE = geoip-$(PHP_GEOIP_VERSION).tgz +PHP_GEOIP_SITE = https://pecl.php.net/get PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --with-geoip=$(STAGING_DIR)/usr # phpize does the autoconf magic |