summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-02-11 07:57:52 +0100
committer Willy Sudiarto Raharjo2017-02-18 01:54:43 +0100
commit2fb0f4a2326e8c1bfb5cb20c3eb55636ab482e69 (patch)
tree6b3b4e598bb2163baef8f9a12ae268d4dfce76fa /libraries
parentb621ff6cd78034f6423ff3062af8e351a0a97966 (diff)
downloadslackbuilds-2fb0f4a2326e8c1bfb5cb20c3eb55636ab482e69.tar.gz
libraries/msgpack-c: Updated for version 2.1.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/msgpack-c/msgpack-c.SlackBuild8
-rw-r--r--libraries/msgpack-c/msgpack-c.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild
index 919314ee99..5fda811bfd 100644
--- a/libraries/msgpack-c/msgpack-c.SlackBuild
+++ b/libraries/msgpack-c/msgpack-c.SlackBuild
@@ -24,13 +24,13 @@
SRCNAM=msgpack
PRGNAM=$SRCNAM-c
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.1.1}
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
@@ -41,8 +41,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"
diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info
index 653e7da18c..ffe4034ce6 100644
--- a/libraries/msgpack-c/msgpack-c.info
+++ b/libraries/msgpack-c/msgpack-c.info
@@ -1,8 +1,8 @@
PRGNAM="msgpack-c"
-VERSION="2.1.0"
+VERSION="2.1.1"
HOMEPAGE="http://msgpack-c.org/"
-DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.0/msgpack-2.1.0.tar.gz"
-MD5SUM="fd31020d9b3b215fce195a2faae57e4f"
+DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.1/msgpack-2.1.1.tar.gz"
+MD5SUM="197f84cac9efb1dbad6d909ccb498035"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""