From 3d25a930bf3963ef2914b7e0455a72ac670fafdf Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 15 Jan 2023 15:13:43 +0300 Subject: [PATCH] msgpack-c. --- programming/library/msgpack-c/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/library/msgpack-c/pspec.xml b/programming/library/msgpack-c/pspec.xml index 9bded5f5d4..75a633107e 100644 --- a/programming/library/msgpack-c/pspec.xml +++ b/programming/library/msgpack-c/pspec.xml @@ -13,8 +13,8 @@ programming.library It's like JSON but smaller and faster. MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. - - https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz + + https://github.com/msgpack/msgpack-c/releases/download/c-5.0.0/msgpack-c-5.0.0.tar.gz cmake @@ -43,6 +43,13 @@ + + 2023-01-15 + 5.0.0 + Version bump. + fury + uglyside@yandex.ru + 2022-04-14 4.0.0