hiredis: update to 0.14.0.

This commit is contained in:
maxice8 2018-09-26 13:39:25 -03:00 committed by maxice8
parent eeecb275dd
commit eb6d966ff5
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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 <gottox@voidlinux.eu>"
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}"