From c59b38c1b84fb1bf525ad553a5192740b3fbd366 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 26 Aug 2015 16:40:25 +0200 Subject: [PATCH] hiredis: update to 0.13.2. --- srcpkgs/hiredis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hiredis/template b/srcpkgs/hiredis/template index e547993749..3fc5ceeb70 100644 --- a/srcpkgs/hiredis/template +++ b/srcpkgs/hiredis/template @@ -1,6 +1,6 @@ # Template file for 'hiredis' pkgname=hiredis -version=0.13.1 +version=0.13.2 revision=1 build_style=gnu-makefile short_desc="Minimalistic C client for Redis" @@ -8,7 +8,7 @@ maintainer="Enno Boland " license="BSD" homepage="https://github.com/redis/hiredis" distfiles="https://github.com/redis/hiredis/archive/v$version.tar.gz" -checksum=8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487 +checksum=b0cf73ebe039fe25ecaaa881acdda8bdc393ed997e049b04fc20865835953694 hiredis-devel_package() { depends="${sourcepkg}-${version}_${revision}"