diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2018-06-12 20:14:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-14 09:01:12 -0700 |
commit | a752aefa9e3a033fc0e6374bfd701bc2f05e4de0 (patch) | |
tree | 8d6b77145a1a6479f4715022b95357be11c4df2d /meta-oe/recipes-devtools | |
parent | edf011c30375104b667423fba794769f72ef5ed6 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-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 90524974b..13710aaea 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" | |||
10 | inherit python-dir | 10 | inherit python-dir |
11 | 11 | ||
12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" | 12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
13 | SRC_URI[md5sum] = "c1d9fad1b7ed7077b0d4ae82e71154db" | 13 | SRC_URI[md5sum] = "f9b2e4a3b5901ef744fa3abe4196e97e" |
14 | SRC_URI[sha256sum] = "234af4a67565c85923b0a1910c704ab44bcf12f69b85532687208776563d87de" | 14 | SRC_URI[sha256sum] = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d" |
15 | 15 | ||
16 | S = "${WORKDIR}/mercurial-${PV}" | 16 | S = "${WORKDIR}/mercurial-${PV}" |
17 | 17 | ||