diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-03-14 23:47:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 15:33:20 +0700 |
commit | 19245926b0d4f9c5c5fe1b6f9f4de5a8c2ea9f4e (patch) | |
tree | 04b45531587a08279c17e2b9d96c93d85ea9eb8f | |
parent | f9863cc21015d58ab61cc3d2eff7fae9fa570e56 (diff) | |
download | slackbuilds-19245926b0d4f9c5c5fe1b6f9f4de5a8c2ea9f4e.tar.gz |
libraries/msgpack-c: Updated for version 1.0.0.
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 89bec6d88f..052f90c8d2 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:-0.5.9} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index 83bde8c60b..e469b75149 100644 --- a/libraries/msgpack-c/msgpack-c.info +++ b/libraries/msgpack-c/msgpack-c.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-c" -VERSION="0.5.9" +VERSION="1.0.0" HOMEPAGE="http://msgpack-c.org/" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.9/msgpack-0.5.9.tar.gz" -MD5SUM="7645691e6966421c817a0b6f6f306112" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.0.0/msgpack-1.0.0.tar.gz" +MD5SUM="0be558a0e46064b4c20066e2b65cd0d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |