diff options
author | 2023-09-02 09:05:11 -0700 | |
---|---|---|
committer | 2023-09-03 10:33:35 +0100 | |
commit | 67c287c8131c7e896f6992d32a26d097cbd6414e (patch) | |
tree | 68305174c6a6758d3b2c79481d2ae94d08e2e0d7 | |
parent | 51a6e56fcb28ec97ba3a4b40bbcd3d64e6d390d5 (diff) | |
download | openembedded-core-67c287c8131c7e896f6992d32a26d097cbd6414e.tar.gz |
dos2unix: upgrade 7.5.0 -> 7.5.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.5.1.bb (renamed from meta/recipes-support/dos2unix/dos2unix_7.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb index 1ff1fc4f97..acf49f0483 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" -SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e" +SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f" S = "${WORKDIR}/git/dos2unix" |