libraries/hiredict: Updated for version 1.3.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-04-05 19:00:22 +02:00 committed by Willy Sudiarto Raharjo
parent 6843af8eca
commit 21139e636b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 5 deletions

View file

@ -5,4 +5,4 @@ Hiredict is a minimalistic C client library for the Redict database.
This is a fork of hiredis, since Redis licence change.
It can install hiredis includes files, allowing it to be a drop-in
replacement for hiredis, by setting the environment variable:
INCLUDE_HIREDIS=ON
INCLUDE_HIREDIS=ON

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hiredict
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -87,6 +87,7 @@ make install DESTDIR=$PKG PREFIX=/usr LIBRARY_PATH=lib${LIBDIRSUFFIX}
[ "${INCLUDE_HIREDIS:-OFF}" != "ON" ] && rm -r $PKG/usr/include/hiredis \
$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/hiredis.pc
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.a
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="hiredict"
VERSION="1.3.0"
VERSION="1.3.1"
HOMEPAGE="https://redict.io"
DOWNLOAD="https://codeberg.org/redict/hiredict/archive/1.3.0.tar.gz"
MD5SUM="c8bab9688e6f56d046558ea852d5002e"
DOWNLOAD="https://codeberg.org/redict/hiredict/archive/1.3.1.tar.gz"
MD5SUM="09e37ab74d01aede0c0a9a0c1f73fe35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""