From 7a683bf95ac5301de587a1dee910444ff822a80a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Aug 2024 16:45:56 +0800 Subject: [PATCH] logwarn: upgrade 1.0.14 -> 1.0.17 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../logwarn/{logwarn_1.0.14.bb => logwarn_1.0.17.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/logwarn/{logwarn_1.0.14.bb => logwarn_1.0.17.bb} (91%) diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.17.bb similarity index 91% rename from meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb rename to meta-oe/recipes-support/logwarn/logwarn_1.0.17.bb index 0738b50bde..6be82979a4 100644 --- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb +++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.17.bb @@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "https://s3.amazonaws.com/archie-public/${BPN}/${BP}.tar.gz" -SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8" -SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1" +SRC_URI[sha256sum] = "062d197349f4a43d8f69887fc642cb58b59a8e2cc54cc951d5c1c6abc4809a9a" UPSTREAM_CHECK_URI = "https://github.com/archiecobbs/logwarn/tags" UPSTREAM_CHECK_REGEX = "releases/tag/(?P\d+(\.\d+)+)"