diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-16 04:15:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-17 07:32:29 +0700 |
commit | 7d330cfa945e75b07036dd4b3c17e2eabb36af77 (patch) | |
tree | 733b1fcb6753c9ad6328284ebc3f2e7e033fc757 | |
parent | 8e9b17639919e22f180fdf53e8da55e0491bc56f (diff) | |
download | slackbuilds-7d330cfa945e75b07036dd4b3c17e2eabb36af77.tar.gz |
libraries/msgpack-c: Updated for version 2.1.3.
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 f1688ce96a..5276179edc 100644 --- a/libraries/msgpack-c/msgpack-c.SlackBuild +++ b/libraries/msgpack-c/msgpack-c.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=msgpack PRGNAM=msgpack-c -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index 22566d926c..aa8b795524 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.2" +VERSION="2.1.3" HOMEPAGE="https://github.com/msgpack/msgpack-c" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.2/msgpack-2.1.2.tar.gz" -MD5SUM="82810e61664e5a680a11343dcf64ab83" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.3/msgpack-2.1.3.tar.gz" +MD5SUM="e604cee971f20f8b4f885163deca2062" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |