redis: update to 7.0.5.

This commit is contained in:
Leah Neukirchen 2022-08-21 15:12:07 +02:00
parent 69845f4ebb
commit d699bdc403

View File

@ -1,16 +1,16 @@
# Template file for 'redis'
pkgname=redis
version=6.0.9
version=7.0.5
revision=1
makedepends="jemalloc-devel libatomic-devel"
checkdepends="tcl-devel procps-ng"
checkdepends="pkg-config procps-ng tcl-devel which"
short_desc="Advanced key-value store"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://redis.io"
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
changelog="https://raw.githubusercontent.com/antirez/redis/${version%.*}/00-RELEASENOTES"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
checksum=67054cc37b58c125df93bd78000261ec0ef4436a26b40f38262c780e56315cc3
system_accounts="redis"
redis_homedir="/var/lib/redis"