redis: update to 6.0.3.

This commit is contained in:
Anthony Iliopoulos 2020-05-18 13:35:38 +02:00 committed by Enno Boland
parent fce8ea4521
commit 16473cc6cd

View file

@ -1,6 +1,6 @@
# Template file for 'redis'
pkgname=redis
version=6.0.1
version=6.0.3
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=b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91bcd5fe12593f273
checksum=bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12c87e7f9165cbb3a
system_accounts="redis"
redis_homedir="/var/lib/redis"