diff mbox series

[meta-oe] zchunk: upgrade 1.3.0 -> 1.3.1

Message ID 1684997886-2137-12-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] zchunk: upgrade 1.3.0 -> 1.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/zchunk/{zchunk_1.3.0.bb => zchunk_1.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/zchunk/{zchunk_1.3.0.bb => zchunk_1.3.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
similarity index 93%
rename from meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb
rename to meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
index 07ab28375..9bf380924 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
 
 SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
 
-SRCREV = "1d8f14484b4e0b507487abe6c294fb2059b7b72f"
+SRCREV = "b462b1587f7d3aa782689430e83e96c737748f33"
 S = "${WORKDIR}/git"
 
 DEPENDS = "zstd"