diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-03-25 21:30:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-29 07:38:36 +0700 |
commit | a80e77504cbe0e68b298a7cce742198d6827ea4e (patch) | |
tree | 9a20d4c5ce818759acffb3faf3687fe8c2c590e7 | |
parent | c81e0d0213d90f2d6bfc8db20e9226a68ed50d2b (diff) | |
download | slackbuilds-a80e77504cbe0e68b298a7cce742198d6827ea4e.tar.gz |
libraries/msgpack-c: Updated for version 1.0.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 052f90c8d2..9cc127b877 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:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index e469b75149..fd392eea83 100644 --- a/libraries/msgpack-c/msgpack-c.info +++ b/libraries/msgpack-c/msgpack-c.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-c" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="http://msgpack-c.org/" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.0.0/msgpack-1.0.0.tar.gz" -MD5SUM="0be558a0e46064b4c20066e2b65cd0d4" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.0.1/msgpack-1.0.1.tar.gz" +MD5SUM="4cc4338abd20c1bafbae77d4c0e9f2a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |