summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/md4c/md4c_0.5.0.bb (renamed from meta-oe/recipes-support/md4c/md4c_0.4.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
index fc3dbb3ae9..755d5f50ff 100644
--- a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
+++ b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "MD4C is Markdown parser implementation in C."
3HOMEPAGE = "http://github.com/mity/md4c" 3HOMEPAGE = "http://github.com/mity/md4c"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795" 6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378"
7 7
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
@@ -12,6 +12,6 @@ SRC_URI = " \
12 git://github.com/mity/md4c.git;protocol=https;branch=master \ 12 git://github.com/mity/md4c.git;protocol=https;branch=master \
13" 13"
14 14
15SRCREV = "c3340b480e5232711858108be07460a9836c8ab5" 15SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570"
16 16
17inherit cmake 17inherit cmake