redis: update to 3.2.9.

This commit is contained in:
Enno Boland 2017-05-18 08:29:08 +02:00
parent c581c22dd0
commit f4912944a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'redis' # Template file for 'redis'
pkgname=redis pkgname=redis
version=3.2.8 version=3.2.9
revision=1 revision=1
makedepends="jemalloc-devel" makedepends="jemalloc-devel"
homepage="http://redis.io" homepage="http://redis.io"
@ -8,7 +8,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=61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c checksum=6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26
system_accounts="redis" system_accounts="redis"
redis_homedir="/var/lib/redis" redis_homedir="/var/lib/redis"