diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-09-04 23:06:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:31 +0700 |
commit | 0f49e0ce65c4482936a5864942b5ca2257ff820c (patch) | |
tree | bb6c83ab2f71354f3d9f00c4093727e10040b7ef /libraries | |
parent | d13aa5dad431ee76fc66e11bc375bc611dcdc1df (diff) | |
download | slackbuilds-0f49e0ce65c4482936a5864942b5ca2257ff820c.tar.gz |
libraries/msgpack-c: Updated for version 1.2.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 47a3dfe7de..60bbd3e773 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.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/msgpack-c/msgpack-c.info b/libraries/msgpack-c/msgpack-c.info index f4a505d72e..9c2ae47e2e 100644 --- a/libraries/msgpack-c/msgpack-c.info +++ b/libraries/msgpack-c/msgpack-c.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-c" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="http://msgpack-c.org/" -DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.1.0/msgpack-1.1.0.tar.gz" -MD5SUM="ac41a64d6415fd184215825048bc4523" +DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-1.2.0/msgpack-1.2.0.tar.gz" +MD5SUM="61da450047ac95500144ff2e08297458" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |