From f2ea7e2c1d00a9589791f15f1417d682838a66f9 Mon Sep 17 00:00:00 2001 From: "Hans-J. Schmid" Date: Fri, 15 Apr 2022 08:41:11 +0200 Subject: [PATCH] redis: update to 6.2.6. --- srcpkgs/redis/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template index 974305ff1f0f..7b49f6889d42 100644 --- a/srcpkgs/redis/template +++ b/srcpkgs/redis/template @@ -1,16 +1,19 @@ # Template file for 'redis' pkgname=redis -version=6.0.9 +version=6.2.6 revision=1 +build_style=gnu-makefile +make_check_target="test" +hostmakedepends="pkg-config" makedepends="jemalloc-devel libatomic-devel" -checkdepends="tcl-devel procps-ng" +checkdepends="tcl procps-ng" 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" -distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz" -checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd +changelog="https://github.com/redis/redis/releases/tag/${version}" +distfiles="https://github.com/redis/redis/archive/refs/tags/${version}.tar.gz" +checksum=5d452038e346b5f31d7d277a41a4ec583bc8bf04403db620403638f79bdda891 system_accounts="redis" redis_homedir="/var/lib/redis" @@ -31,13 +34,10 @@ do_build() { *-musl) _malloc="none";; *) _malloc="jemalloc";; esac + which tclsh8.6 make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" V=1 MALLOC=${_malloc} ${makejobs} } -do_check() { - make test -} - do_install() { make INSTALL_BIN=${DESTDIR}/usr/bin PREFIX=/usr install vlicense COPYING