From d94dadec393323453cebbf58bbcb13c16fa16497 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 31 Oct 2020 21:00:04 +0100 Subject: [PATCH] redis: update to 6.0.9. --- srcpkgs/redis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template index 3f20c53adc8..974305ff1f0 100644 --- a/srcpkgs/redis/template +++ b/srcpkgs/redis/template @@ -1,6 +1,6 @@ # Template file for 'redis' pkgname=redis -version=6.0.8 +version=6.0.9 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=04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68 +checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd system_accounts="redis" redis_homedir="/var/lib/redis"