redis: update to 5.0.8.
This commit is contained in:
parent
66b73a896e
commit
e136eda8a0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'redis'
|
# Template file for 'redis'
|
||||||
pkgname=redis
|
pkgname=redis
|
||||||
version=5.0.7
|
version=5.0.8
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="jemalloc-devel libatomic-devel"
|
makedepends="jemalloc-devel libatomic-devel"
|
||||||
checkdepends="tcl-devel procps-ng"
|
checkdepends="tcl-devel procps-ng"
|
||||||
|
@ -10,7 +10,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://redis.io"
|
homepage="https://redis.io"
|
||||||
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
|
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
|
||||||
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=61db74eabf6801f057fd24b590232f2f337d422280fd19486eca03be87d3a82b
|
checksum=f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Reference in a new issue