diff options
author | 2019-12-12 19:14:18 +0100 | |
---|---|---|
committer | 2019-12-16 23:22:03 +0000 | |
commit | 248e777ac61e90da061e336acbcd23e8e71cd0e4 (patch) | |
tree | acf991650aeb7e9579a39eb803b75b2e1eaf6058 | |
parent | 198bacaa1068fd68075d9182318fe64e9809dd36 (diff) | |
download | openembedded-core-248e777ac61e90da061e336acbcd23e8e71cd0e4.tar.gz |
dos2unix: update to 7.4.1
License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.4.1.bb (renamed from meta/recipes-support/dos2unix/dos2unix_7.4.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.1.bb index 9a71270683..1623285fd0 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.1.bb @@ -6,13 +6,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html" SECTION = "support" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1b78fca784db24f4a40e30b300787f3f" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0c977b18f0a384d03597a517d7d03e32" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" -# Release 7.4.0 -SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027" +SRCREV = "0490f0723b1a0851b17343f6164915f3474b5197" S = "${WORKDIR}/git/dos2unix" |