package/msgpack: bump to version 3.3.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 1 Aug 2021 22:11:18 +0000 (00:11 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 3 Aug 2021 15:49:28 +0000 (17:49 +0200)
https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.3.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/msgpack/msgpack.hash
package/msgpack/msgpack.mk

index 3829a702229a3a094bdd36434b5f9dd04165a2fd..5d432ba0ec7ff2c3a004b31a04754ede2d5e8ee1 100644 (file)
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  464f46744a6be778626d11452c4db3c2d09461080c6db42e358e21af19d542f6  msgpack-3.2.1.tar.gz
+sha256  6e114d12a5ddb8cb11f669f83f32246e484a8addd0ce93f274996f1941c1f07b  msgpack-3.3.0.tar.gz
 sha256  664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22  COPYING
 sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE_1_0.txt
index 81670deddc9a547c1c19d39116a1ecf9ee4a9f50..996b5a2f7cfc16c53f1dbf4b97b0affcee85a883 100644 (file)
@@ -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