hiredis: update to 0.13.2.

This commit is contained in:
Enno Boland 2015-08-26 16:40:25 +02:00
parent dda9b292eb
commit c59b38c1b8

View file

@ -1,6 +1,6 @@
# Template file for 'hiredis' # Template file for 'hiredis'
pkgname=hiredis pkgname=hiredis
version=0.13.1 version=0.13.2
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Minimalistic C client for Redis" short_desc="Minimalistic C client for Redis"
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD" license="BSD"
homepage="https://github.com/redis/hiredis" homepage="https://github.com/redis/hiredis"
distfiles="https://github.com/redis/hiredis/archive/v$version.tar.gz" distfiles="https://github.com/redis/hiredis/archive/v$version.tar.gz"
checksum=8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487 checksum=b0cf73ebe039fe25ecaaa881acdda8bdc393ed997e049b04fc20865835953694
hiredis-devel_package() { hiredis-devel_package() {
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"