mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
hiredis: update to 0.14.0.
This commit is contained in:
parent
eeecb275dd
commit
eb6d966ff5
2 changed files with 9 additions and 5 deletions
|
@ -2109,7 +2109,7 @@ libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||||
libQupZilla.so.2 qupzilla-2.0.0_1
|
libQupZilla.so.2 qupzilla-2.0.0_1
|
||||||
libinjeqt.so.1 injeqt-1.1.0_1
|
libinjeqt.so.1 injeqt-1.1.0_1
|
||||||
libgadu.so.3 libgadu-1.12.1_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
|
libIL.so.1 devil-1.7.8_1
|
||||||
libILU.so.1 devil-1.7.8_1
|
libILU.so.1 devil-1.7.8_1
|
||||||
libILUT.so.1 devil-1.7.8_1
|
libILUT.so.1 devil-1.7.8_1
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'hiredis'
|
# Template file for 'hiredis'
|
||||||
pkgname=hiredis
|
pkgname=hiredis
|
||||||
version=0.13.3
|
version=0.14.0
|
||||||
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"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
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=717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78
|
checksum=042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
hiredis-devel_package() {
|
hiredis-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue