diff mbox series

[16/39] dos2unix: upgrade 7.4.3 -> 7.4.4

Message ID 20230219193101.338397-16-alex@linutronix.de
State Accepted, archived
Commit 60fb044689bcdf182511f9a847556e19066f9f3e
Headers show
Series [01/39] scripts/oe-setup-layers: correct variable names - layers should be called repos | expand

Commit Message

Alexander Kanavin Feb. 19, 2023, 7:30 p.m. UTC
License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../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 mbox series

Patch

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<pver>(\d+(\.\d+)+))"
 
-SRCREV = "dae6d4bbc42d03fabb89cde65ed89f22a165d16e"
+SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5"
 
 S = "${WORKDIR}/git/dos2unix"