hiredis: update to 1.0.0.
This commit is contained in:
parent
3e6ca6661f
commit
716a70bf22
|
@ -2332,7 +2332,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.14 hiredis-0.14.0_1
|
libhiredis.so.1.0.0 hiredis-1.0.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,6 +1,6 @@
|
||||||
# Template file for 'hiredis'
|
# Template file for 'hiredis'
|
||||||
pkgname=hiredis
|
pkgname=hiredis
|
||||||
version=0.14.1
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
checkdepends="redis"
|
checkdepends="redis"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
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=2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
|
checksum=2a0b5fe5119ec973a0c1966bfc4bd7ed39dbce1cb6d749064af9121fe971936f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue