summaryrefslogtreecommitdiffstats
path: root/libraries/msgpack-c
diff options
context:
space:
mode:
author Ruben Schuller2022-03-31 22:58:25 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:42 +0200
commit84866552946b8b0f379292eecf374b37d6b7f222 (patch)
tree5ab5133af1aa036ff7f7982675dca2168054d185 /libraries/msgpack-c
parentbfd242ad3bd6d8a1b3f1da082adcac27273d7c19 (diff)
downloadslackbuilds-84866552946b8b0f379292eecf374b37d6b7f222.tar.gz
libraries/msgpack-c: Updated for version 3.3.0.
Reverting back to 3.3.0 since 4.0.0 breaks graphics/PyMOL, libraries/opendht, games/freeminer. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c')
-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 6501c045ea..11a15dcfc0 100644
--- a/libraries/msgpack-c/msgpack-c.SlackBuild
+++ b/libraries/msgpack-c/msgpack-c.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for msgpack-c
-# Copyright 2021-2022 Ruben Schuller <sb@rbn.im>
+# Copyright 2021 Ruben Schuller <sb@rbn.im>
# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -26,12 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=msgpack-c
-VERSION=${VERSION:-4.0.0}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=msgpack-c-c
+SRCNAM=msgpack
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING LICENSE_1_0.txt NOTICE README.md \
+ AUTHORS COPYING LICENSE_1_0.txt NOTICE README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info
index 70dcc96749..a30497cb5e 100644
--- a/libraries/msgpack-c/msgpack-c.info
+++ b/libraries/msgpack-c/msgpack-c.info
@@ -1,8 +1,8 @@
PRGNAM="msgpack-c"
-VERSION="4.0.0"
+VERSION="3.3.0"
HOMEPAGE="https://github.com/msgpack/msgpack-c"
-DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/c-4.0.0/msgpack-c-c-4.0.0.tar.gz"
-MD5SUM="0fa0322f9d925fcb97c9684c571ccbcf"
+DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.3.0/msgpack-3.3.0.tar.gz"
+MD5SUM="e676575d52caae974e579c3d5f0ba6a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""