diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-12 22:55:27 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:50 +0700 |
commit | 42588fbf60880c4467bd64427daa8fc5ffa8cc0c (patch) | |
tree | 121174f36af8504dd2ee626e742a36240611bbe6 /libraries | |
parent | 69ec12782b14ddc41032bd8035670d464232a1e6 (diff) |
libraries/msgpack-c-c: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/msgpack-c-c/README | 6 | ||||
-rw-r--r-- | libraries/msgpack-c-c/msgpack-c-c.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/msgpack-c-c/README b/libraries/msgpack-c-c/README index bf28a832f9e24..65a7513691e0a 100644 --- a/libraries/msgpack-c-c/README +++ b/libraries/msgpack-c-c/README @@ -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 diff --git a/libraries/msgpack-c-c/msgpack-c-c.info b/libraries/msgpack-c-c/msgpack-c-c.info index 30e19a5774606..2ff5a763dc571 100644 --- a/libraries/msgpack-c-c/msgpack-c-c.info +++ b/libraries/msgpack-c-c/msgpack-c-c.info @@ -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="" |