redis: update to 4.0.9.

This commit is contained in:
maxice8 2018-03-26 17:07:23 -03:00 committed by Enno Boland
parent 5f35473f6d
commit 2bee7ff761
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'redis'
pkgname=redis
version=4.0.8
version=4.0.9
revision=1
makedepends="libatomic-devel jemalloc-devel"
makedepends="jemalloc-devel libatomic-devel"
checkdepends="tcl-devel"
homepage="https://redis.io"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
short_desc="Advanced key-value store"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
checksum=ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
license="BSD-3-Clause"
checksum=df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
system_accounts="redis"
redis_homedir="/var/lib/redis"