redis: update to 6.0.4.

This commit is contained in:
Anthony Iliopoulos 2020-06-06 15:13:35 +02:00 committed by Enno Boland
parent f1109bd501
commit 6ea4bcad01
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'redis'
pkgname=redis
version=6.0.3
version=6.0.4
revision=1
makedepends="jemalloc-devel libatomic-devel"
checkdepends="tcl-devel procps-ng"
@ -10,7 +10,7 @@ license="BSD-3-Clause"
homepage="https://redis.io"
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
checksum=bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12c87e7f9165cbb3a
checksum=3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de
system_accounts="redis"
redis_homedir="/var/lib/redis"