mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/hiredis: Updated for version 0.13.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9a8704896e
commit
14261346e8
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hiredis
|
||||
|
||||
# Copyright 2015 Kent Fritz, Mountain View, CA
|
||||
# Copyright 2015,2017 Kent Fritz, Mountain View, CA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hiredis
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hiredis"
|
||||
VERSION="0.13.1"
|
||||
VERSION="0.13.3"
|
||||
HOMEPAGE="https://github.com/redis/hiredis"
|
||||
DOWNLOAD="https://github.com/redis/hiredis/archive/v0.13.1.tar.gz"
|
||||
MD5SUM="4226dda52dbe08304e3b6027b4d6c74d"
|
||||
DOWNLOAD="https://github.com/redis/hiredis/archive/v0.13.3.tar.gz"
|
||||
MD5SUM="43dca1445ec6d3b702821dba36000279"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue