Browse Source

msgpack-cpp: upgrade 6.1.0 -> 6.1.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu 10 months ago
parent
commit
8c73c07da3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb

+ 1 - 1
meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb → meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb

@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
                    "
 
 SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz"
-SRC_URI[sha256sum] = "23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7"
+SRC_URI[sha256sum] = "5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191"
 
 UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"