memcached: bump to version 1.4.34

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2017-01-09 07:58:47 -03:00 committed by Peter Korsgaard
parent f2f84aa65e
commit 3413191dcc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# From http://www.memcached.org/files/memcached-1.4.33.tar.gz.sha1
sha1 e343530c55946ccbdd78c488355b02eaf90b3b46 memcached-1.4.33.tar.gz
# From http://www.memcached.org/files/memcached-1.4.34.tar.gz.sha1
sha1 7c7214f5183c6e20c22b243e21ed1ffddb91497e memcached-1.4.34.tar.gz
# Calculated based on the hash above
sha256 83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d memcached-1.4.33.tar.gz
sha256 5064c87f91a37d822dfeab8768490c55fe686a742f07f67c7121101e48d87c79 memcached-1.4.34.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
MEMCACHED_VERSION = 1.4.33
MEMCACHED_VERSION = 1.4.34
MEMCACHED_SITE = http://www.memcached.org/files
MEMCACHED_DEPENDENCIES = libevent
MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'