redis: update to 4.0.8.

This commit is contained in:
Michael Gehring 2018-02-10 20:21:04 +00:00
parent 8b1db3d160
commit 698a3beebf

View file

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