redis: update to 3.2.0.
This commit is contained in:
parent
f653fbd0fa
commit
c656abad84
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'redis'
|
||||
pkgname=redis
|
||||
version=3.0.7
|
||||
revision=3
|
||||
version=3.2.0
|
||||
revision=1
|
||||
makedepends="jemalloc-devel"
|
||||
homepage="http://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=b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23
|
||||
checksum=989f1af3dc0ac1828fdac48cd6c608f5a32a235046dddf823226f760c0fd8762
|
||||
|
||||
system_accounts="redis"
|
||||
redis_homedir="/var/lib/redis"
|
||||
|
|
Loading…
Reference in a new issue