contrib: update msgpack

Gitlab: #1122
Change-Id: I1173ddbb2d9b5625a759dcbb0d6449c1d88efc63
This commit is contained in:
Adrien Béraud
2025-04-05 12:40:52 -04:00
parent 13dcc658f0
commit 2b090f88d8
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
bbe46941a2e73ee6d81b7b04e736659d0da8ffd7cccbf6cb9b4e527d4939da114daa739fcb482b67ce193c91f63c21cea40721fd91ea55c5d5edfca33020fb7f msgpack-c-cpp-6.1.0.tar.gz
3b64605974b64384619c07a4895f8ceb56243046b5c941345594d70baf3ad7749573b83c5b20e83505204fc1905ddb0a7dde1c5109ef8a34b5c848d1bb073946 msgpack-c-cpp-7.0.0.tar.gz

View File

@ -1,6 +1,7 @@
# MSGPACK
MSGPACK_VERSION := cpp-6.1.0
PKG_CPE += cpe:2.3:a:*:msgpack:6.1.0:*:*:*:*:*:*:*
MSGPACK_VERSION_NUMBER := 7.0.0
MSGPACK_VERSION := cpp-$(MSGPACK_VERSION_NUMBER)
PKG_CPE += cpe:2.3:a:*:msgpack:$(MSGPACK_VERSION_NUMBER):*:*:*:*:*:*:*
MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz
PKGS += msgpack