memcached: update to 1.5.8.

Closes #14703.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-25 14:01:32 -03:00 committed by Enno Boland
parent 5a0927579c
commit b66c4dfc90

View file

@ -1,6 +1,6 @@
# Template file for 'memcached' # Template file for 'memcached'
pkgname=memcached pkgname=memcached
version=1.5.7 version=1.5.8
revision=1 revision=1
configure_args="--enable-seccomp" configure_args="--enable-seccomp"
build_style=gnu-configure build_style=gnu-configure
@ -11,7 +11,7 @@ license="BSD-3-Clause"
homepage="http://www.memcached.org" homepage="http://www.memcached.org"
#changelog=https://github.com/memcached/memcached/wiki/ReleaseNotes #changelog=https://github.com/memcached/memcached/wiki/ReleaseNotes
distfiles="http://memcached.org/files/${pkgname}-${version}.tar.gz" distfiles="http://memcached.org/files/${pkgname}-${version}.tar.gz"
checksum=5bb706a8fc7ae7461a6788eaddd85e4a4e84e952d3a80c21926342c2838f4e46 checksum=7388c3989442a46d7e04e8ac2631464e9ce44d5114d79c41dd8780b4b186f6de
post_install() { post_install() {
vlicense COPYING LICENSE vlicense COPYING LICENSE