libraries/hiredis: Updated for version 1.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kent Fritz 2023-02-19 09:50:16 +07:00 committed by Willy Sudiarto Raharjo
parent 323f4443fd
commit a0a3b2ac73
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hiredis
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="hiredis"
VERSION="1.0.0"
VERSION="1.1.0"
HOMEPAGE="https://github.com/redis/hiredis"
DOWNLOAD="https://github.com/redis/hiredis/archive/v1.0.0/hiredis-1.0.0.tar.gz"
MD5SUM="209ae570cdee65a5143ea6db8ac07fe3"
DOWNLOAD="https://github.com/redis/hiredis/archive/v1.1.0/hiredis-1.1.0.tar.gz"
MD5SUM="699faede056b6d5aea1c3f41f832e172"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""