From 8c18a3e887b1bf359808524497afd3e7896506c3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:58:06 +0800 Subject: [PATCH] zchunk: upgrade 1.3.0 -> 1.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../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 --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 07ab283755..9bf3809244 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"