libraries/msgpack-c: Updated for version 2.1.5.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-08-07 20:29:04 -07:00 committed by Willy Sudiarto Raharjo
parent 3e9cdb1770
commit 21f713441f
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=msgpack SRCNAM=msgpack
PRGNAM=msgpack-c PRGNAM=msgpack-c
VERSION=${VERSION:-2.1.3} VERSION=${VERSION:-2.1.5}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="msgpack-c" PRGNAM="msgpack-c"
VERSION="2.1.3" VERSION="2.1.5"
HOMEPAGE="https://github.com/msgpack/msgpack-c" HOMEPAGE="https://github.com/msgpack/msgpack-c"
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.3/msgpack-2.1.3.tar.gz" DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.5/msgpack-2.1.5.tar.gz"
MD5SUM="e604cee971f20f8b4f885163deca2062" MD5SUM="2583c016cc24b2f2aa458707021eec81"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""