php-memcached: bump version to 3.0.3
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>
This commit is contained in:
parent
95dfdd1396
commit
ea887aac3f
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 73266212e791a4817da06be1daddf9ff7dd5b5b0b650b3fbd0f5fc6ccc18491b php-memcached-6ee96cad7be5caa1f13a1f3e5a4d5f900b9c04ce.tar.gz
|
||||
sha256 5d1c29a1d5e391d6bb7b736a07e063d2f0834800673dd246d64ce1b73e47645d memcached-3.0.3.tgz
|
||||
|
@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_MEMCACHED_VERSION = 6ee96cad7be5caa1f13a1f3e5a4d5f900b9c04ce
|
||||
PHP_MEMCACHED_SITE = $(call github,php-memcached-dev,php-memcached,$(PHP_MEMCACHED_VERSION))
|
||||
PHP_MEMCACHED_VERSION = 3.0.3
|
||||
PHP_MEMCACHED_SOURCE = memcached-$(PHP_MEMCACHED_VERSION).tgz
|
||||
PHP_MEMCACHED_SITE = https://pecl.php.net/get
|
||||
PHP_MEMCACHED_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
||||
--disable-memcached-sasl \
|
||||
--with-libmemcached-dir=$(STAGING_DIR)/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user