mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/msgpack-c: Updated for version 0.5.9.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
fe00278f74
commit
fe4108e8f8
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=msgpack
|
||||
PRGNAM=$SRCNAM-c
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
VERSION=${VERSION:-0.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="msgpack-c"
|
||||
VERSION="0.11.25"
|
||||
VERSION="0.5.9"
|
||||
HOMEPAGE="http://msgpack-c.org/"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.8/msgpack-0.5.8.tar.gz"
|
||||
MD5SUM="ea0bee0939d2980c0df91f0e4843ccc4"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.9/msgpack-0.5.9.tar.gz"
|
||||
MD5SUM="7645691e6966421c817a0b6f6f306112"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue