summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-04-05 19:00:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:03:42 +0700
commit21139e636bbf34b0e9498f7ab0f1c23f833285ac (patch)
tree537f3717bbdd7dfbcc6ebbe9f3a225221643d943 /libraries
parent6843af8eca2a6a922893fba17e83a65029dc843e (diff)
downloadslackbuilds-21139e636bbf34b0e9498f7ab0f1c23f833285ac.tar.gz
slackbuilds-21139e636bbf34b0e9498f7ab0f1c23f833285ac.tar.xz
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>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/hiredict/README2
-rw-r--r--libraries/hiredict/hiredict.SlackBuild3
-rw-r--r--libraries/hiredict/hiredict.info6
3 files changed, 6 insertions, 5 deletions
diff --git a/libraries/hiredict/README b/libraries/hiredict/README
index 2a69292012..64f008b36b 100644
--- a/libraries/hiredict/README
+++ b/libraries/hiredict/README
@@ -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 \ No newline at end of file
+INCLUDE_HIREDIS=ON
diff --git a/libraries/hiredict/hiredict.SlackBuild b/libraries/hiredict/hiredict.SlackBuild
index dd65673309..879b1e4e57 100644
--- a/libraries/hiredict/hiredict.SlackBuild
+++ b/libraries/hiredict/hiredict.SlackBuild
@@ -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
diff --git a/libraries/hiredict/hiredict.info b/libraries/hiredict/hiredict.info
index fc2d1cc048..17b58141db 100644
--- a/libraries/hiredict/hiredict.info
+++ b/libraries/hiredict/hiredict.info
@@ -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=""