diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template index 974305ff1f0..110484cdb52 100644 --- a/srcpkgs/redis/template +++ b/srcpkgs/redis/template @@ -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 " 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"