redis: update to 3.2.7.
This commit is contained in:
parent
8827338d4c
commit
89b3cf9eba
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'redis'
|
# Template file for 'redis'
|
||||||
pkgname=redis
|
pkgname=redis
|
||||||
version=3.2.6
|
version=3.2.7
|
||||||
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=2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa
|
checksum=bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Reference in New Issue