diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-01-22 08:28:29 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:12 +0700 |
commit | 5d08055334a2aaf93a3f5b3ba74b514f1546de59 (patch) | |
tree | ba5ae68dd27c8ad50b476c64f8e3093654a4e8e8 /libraries | |
parent | 9b5950bffb2379b61626554fc1652625bfb4dc98 (diff) | |
download | slackbuilds-5d08055334a2aaf93a3f5b3ba74b514f1546de59.tar.gz |
libraries/msgpack-c: Updated for version 2.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/msgpack-c/msgpack-c.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/msgpack-c/msgpack-c.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild index c655e84b3d..919314ee99 100644 --- a/libraries/msgpack-c/msgpack-c.SlackBuild +++ b/libraries/msgpack-c/msgpack-c.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=msgpack PRGNAM=$SRCNAM-c -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index adbfa0b0ca..653e7da18c 100644 --- a/libraries/msgpack-c/msgpack-c.info +++ b/libraries/msgpack-c/msgpack-c.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-c" -VERSION="2.0.0" +VERSION="2.1.0" HOMEPAGE="http://msgpack-c.org/" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.0.0/msgpack-2.0.0.tar.gz" -MD5SUM="55148cd856c72f954a6eb9cc889a7d2a" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.0/msgpack-2.1.0.tar.gz" +MD5SUM="fd31020d9b3b215fce195a2faae57e4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |