summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Ruben Schuller <code@rbn.im>2022-03-25 15:54:42 +0100
committer Andrew Clemons <andrew.clemons@gmail.com>2022-03-26 10:28:27 +1300
commit95ee6c46c7d2301c3925d4a5818a0ba133661e39 (patch)
tree2b128ee82a939a33fec8f84a428f905f2ae1b1ae /libraries
parenta8cf4a37862d0a910c306fdc4c69fbd9962bcaf2 (diff)
downloadslackbuilds-95ee6c46c7d2301c3925d4a5818a0ba133661e39.tar.gz
slackbuilds-95ee6c46c7d2301c3925d4a5818a0ba133661e39.tar.xz
libraries/msgpack-c: Updated for version 4.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 11a15dcfc0..6501c045ea 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 Ruben Schuller <sb@rbn.im>
+# Copyright 2021-2022 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:-3.3.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=msgpack
+SRCNAM=msgpack-c-c
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 \
- AUTHORS COPYING LICENSE_1_0.txt NOTICE README \
+ COPYING LICENSE_1_0.txt NOTICE README.md \
$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 a30497cb5e..70dcc96749 100644
--- a/libraries/msgpack-c/msgpack-c.info
+++ b/libraries/msgpack-c/msgpack-c.info
@@ -1,8 +1,8 @@
PRGNAM="msgpack-c"
-VERSION="3.3.0"
+VERSION="4.0.0"
HOMEPAGE="https://github.com/msgpack/msgpack-c"
-DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.3.0/msgpack-3.3.0.tar.gz"
-MD5SUM="e676575d52caae974e579c3d5f0ba6a2"
+DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/c-4.0.0/msgpack-c-c-4.0.0.tar.gz"
+MD5SUM="0fa0322f9d925fcb97c9684c571ccbcf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""