|
@@ -4,8 +4,8 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-MSGPACK_VERSION = 3.2.1
|
|
|
-MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
|
|
|
+MSGPACK_VERSION = 3.3.0
|
|
|
+MSGPACK_SITE = https://github.com/msgpack/msgpack-c/releases/download/cpp-$(MSGPACK_VERSION)
|
|
|
MSGPACK_LICENSE = BSL-1.0
|
|
|
MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
|
|
|
MSGPACK_INSTALL_STAGING = YES
|