diff options
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 |
commit | 95ee6c46c7d2301c3925d4a5818a0ba133661e39 (patch) | |
tree | 2b128ee82a939a33fec8f84a428f905f2ae1b1ae /libraries/msgpack-c | |
parent | a8cf4a37862d0a910c306fdc4c69fbd9962bcaf2 (diff) |
libraries/msgpack-c: Updated for version 4.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries/msgpack-c')
-rw-r--r-- | libraries/msgpack-c/msgpack-c.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/msgpack-c/msgpack-c.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild index 11a15dcfc06b..6501c045eadf 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 a30497cb5e7f..70dcc96749a1 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="" |