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