libraries/msgpack-c: Updated for version 1.0.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-03-14 23:47:26 -07:00 committed by Willy Sudiarto Raharjo
parent f9863cc210
commit 19245926b0
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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=""