mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hiredis: update to 0.14.1.
This commit is contained in:
parent
fafb873ab3
commit
739b22374d
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'hiredis'
|
# Template file for 'hiredis'
|
||||||
pkgname=hiredis
|
pkgname=hiredis
|
||||||
version=0.14.0
|
version=0.14.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
checkdepends="redis"
|
||||||
short_desc="Minimalistic C client for Redis"
|
short_desc="Minimalistic C client for Redis"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
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=042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd
|
checksum=2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue