diff options
Diffstat (limited to 'meta/recipes-support/dos2unix')
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.5.2.bb (renamed from meta/recipes-support/dos2unix/dos2unix_7.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb index acf49f0483..06338dd62f 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb | |||
@@ -6,12 +6,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html" | |||
6 | SECTION = "support" | 6 | SECTION = "support" |
7 | 7 | ||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=49ec74e0139712398b9ddb06d824929a" |
10 | 10 | ||
11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" | 11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f" | 14 | SRCREV = "c16a0b31a64c7eb6b2d76960e5144732b57f2993" |
15 | 15 | ||
16 | S = "${WORKDIR}/git/dos2unix" | 16 | S = "${WORKDIR}/git/dos2unix" |
17 | 17 | ||