mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/msgpack-c-c: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69ec12782b
commit
42588fbf60
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
MessagePack is an efficient binary serialisation format that lets you
|
||||
exchange data among multiple languages like JSON.
|
||||
exchange data among multiple languages like JSON.
|
||||
|
||||
Versions later than 3.3.0 have separate C and C++ implementations.
|
||||
This slackbuild builds only the C implementation of MessagePack.
|
||||
If you need also the C++ implementation you have to build and install
|
||||
This slackbuild builds only the C implementation of MessagePack.
|
||||
If you need also the C++ implementation you have to build and install
|
||||
the package msgpack-c-cpp even. Both packages can coexist.
|
||||
|
||||
Note: msgpack-c-c conflicts with the old msgpack-c package, that
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="msgpack-c-c"
|
||||
VERSION="6.0.0"
|
||||
HOMEPAGE="https://github.com/msgpack/msgpack-c"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/c-6.0.0/c-6.0.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/c-6.0.0/msgpack-c-6.0.0.tar.gz"
|
||||
MD5SUM="25500d7a34944c4b3b7e7208f61fdac3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue