All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mercurial: upgrade to 4.6.1
@ 2018-06-10  1:23 Oleksandr Kravchuk
  2018-06-12 15:22 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2018-06-10  1:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
---
 .../mercurial/{mercurial_4.4.bb => mercurial_4.6.1.bb}       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/mercurial/{mercurial_4.4.bb => mercurial_4.6.1.bb} (79%)

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb b/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb
similarity index 79%
rename from meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb
rename to meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb
index 90524974b..7e0df2e66 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,9 @@ 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 = "https://www.mercurial-scm.org/release/mercurial-4.6.1.tar.gz'."
+SRC_URI[md5sum] = "f9b2e4a3b5901ef744fa3abe4196e97e"
+SRC_URI[sha256sum] = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d"
 
 S = "${WORKDIR}/mercurial-${PV}"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-12 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10  1:23 [meta-oe][PATCH] mercurial: upgrade to 4.6.1 Oleksandr Kravchuk
2018-06-12 15:22 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.