diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-05-10 09:16:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:30 +0700 |
commit | 1f89edd08362ed84ae7d8c381d653569dbda00b0 (patch) | |
tree | 9c56ed4c261a01bbe90661227df469aa65bd742a | |
parent | 548459c052e0afbe936da2b1364bfe5fd29aefd5 (diff) | |
download | slackbuilds-1f89edd08362ed84ae7d8c381d653569dbda00b0.tar.gz |
libraries/msgpack-c: Updated for version 3.0.0.
-rw-r--r-- | libraries/msgpack-c/msgpack-c.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/msgpack-c/msgpack-c.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild index 9aa2184804..a460d624ce 100644 --- a/libraries/msgpack-c/msgpack-c.SlackBuild +++ b/libraries/msgpack-c/msgpack-c.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SRCNAM=msgpack -PRGNAM=msgpack-c -VERSION=${VERSION:-2.1.5} +PRGNAM=$SRCNAM-c +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,9 @@ 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_1_0.txt 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 diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index 0a13dd188a..9f73ce7803 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.5" +VERSION="3.0.0" HOMEPAGE="https://github.com/msgpack/msgpack-c" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.5/msgpack-2.1.5.tar.gz" -MD5SUM="2583c016cc24b2f2aa458707021eec81" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.0.0/msgpack-3.0.0.tar.gz" +MD5SUM="0e4ecaf5acdf3d3e18f35cf87fbc1cb1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |