aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2018-06-12 20:14:25 +0200
committerKhem Raj <raj.khem@gmail.com>2018-06-14 09:01:12 -0700
commita752aefa9e3a033fc0e6374bfd701bc2f05e4de0 (patch)
tree8d6b77145a1a6479f4715022b95357be11c4df2d
parentedf011c30375104b667423fba794769f72ef5ed6 (diff)
downloadmeta-openembedded-contrib-a752aefa9e3a033fc0e6374bfd701bc2f05e4de0.tar.gz
mercurial: upgrade to 4.6.1
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb b/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb
index 90524974ba..13710aaea3 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb
@@ -10,8 +10,8 @@ RDEPENDS_${PN} = "python python-modules"
inherit python-dir
SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
-SRC_URI[md5sum] = "c1d9fad1b7ed7077b0d4ae82e71154db"
-SRC_URI[sha256sum] = "234af4a67565c85923b0a1910c704ab44bcf12f69b85532687208776563d87de"
+SRC_URI[md5sum] = "f9b2e4a3b5901ef744fa3abe4196e97e"
+SRC_URI[sha256sum] = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d"
S = "${WORKDIR}/mercurial-${PV}"