From 86757e0a16b402e00f461eb8bdd7044c95df7e22 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 19 Feb 2023 20:30:38 +0100 Subject: [PATCH] dos2unix: upgrade 7.4.3 -> 7.4.4 License-Update: copyright years (From OE-Core rev: 60fb044689bcdf182511f9a847556e19066f9f3e) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../dos2unix/{dos2unix_7.4.3.bb => dos2unix_7.4.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/dos2unix/{dos2unix_7.4.3.bb => dos2unix_7.4.4.bb} (88%) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.3.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb similarity index 88% rename from meta/recipes-support/dos2unix/dos2unix_7.4.3.bb rename to meta/recipes-support/dos2unix/dos2unix_7.4.4.bb index 0d71c38bd1..d8ebeb6402 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.3.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb @@ -6,12 +6,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html" SECTION = "support" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9641fc4af7b564646f533f3911074b7a" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P(\d+(\.\d+)+))" -SRCREV = "dae6d4bbc42d03fabb89cde65ed89f22a165d16e" +SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5" S = "${WORKDIR}/git/dos2unix"