mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/msgpack-c: Updated for version 1.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
8c394923bf
commit
6ae61baf66
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=msgpack
|
||||
PRGNAM=$SRCNAM-c
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING LICENSE NOTICE README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING LICENSE_1_0.txt NOTICE README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="msgpack-c"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://msgpack-c.org/"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.2.0/msgpack-1.2.0.tar.gz"
|
||||
MD5SUM="61da450047ac95500144ff2e08297458"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.3.0/msgpack-1.3.0.tar.gz"
|
||||
MD5SUM="22f122176507f1bab479598f52f1b005"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue