From eb6d966ff521eceeca2a03d53a0994301d4c61e2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 26 Sep 2018 13:39:25 -0300 Subject: [PATCH] hiredis: update to 0.14.0. --- common/shlibs | 2 +- srcpkgs/hiredis/template | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 85a4068ad00..f74b567df6e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2109,7 +2109,7 @@ libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1 libQupZilla.so.2 qupzilla-2.0.0_1 libinjeqt.so.1 injeqt-1.1.0_1 libgadu.so.3 libgadu-1.12.1_1 -libhiredis.so.0.13 hiredis-0.13.1_1 +libhiredis.so.0.14 hiredis-0.14.0_1 libIL.so.1 devil-1.7.8_1 libILU.so.1 devil-1.7.8_1 libILUT.so.1 devil-1.7.8_1 diff --git a/srcpkgs/hiredis/template b/srcpkgs/hiredis/template index a1795551f6e..88d5e22e4ca 100644 --- a/srcpkgs/hiredis/template +++ b/srcpkgs/hiredis/template @@ -1,14 +1,18 @@ # Template file for 'hiredis' pkgname=hiredis -version=0.13.3 +version=0.14.0 revision=1 build_style=gnu-makefile short_desc="Minimalistic C client for Redis" maintainer="Enno Boland " -license="BSD" +license="BSD-3-Clause" homepage="https://github.com/redis/hiredis" -distfiles="https://github.com/redis/hiredis/archive/v$version.tar.gz" -checksum=717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78 +distfiles="https://github.com/redis/hiredis/archive/v${version}.tar.gz" +checksum=042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd + +post_install() { + vlicense COPYING +} hiredis-devel_package() { depends="${sourcepkg}-${version}_${revision}"