[oe-commits] [meta-openembedded] branch master-next updated: nano: update to 4.0

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 16:56:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new cea36fd  nano: update to 4.0
cea36fd is described below

commit cea36fd86db622818b9285fd42c8a4c0918e7d43
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Sun Mar 24 17:21:05 2019 +0100

    nano: update to 4.0
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/nano/{nano_3.2.bb => nano_4.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/nano/nano_3.2.bb b/meta-oe/recipes-support/nano/nano_4.0.bb
similarity index 79%
rename from meta-oe/recipes-support/nano/nano_3.2.bb
rename to meta-oe/recipes-support/nano/nano_4.0.bb
index dbc5487..3d7921a 100644
--- a/meta-oe/recipes-support/nano/nano_3.2.bb
+++ b/meta-oe/recipes-support/nano/nano_4.0.bb
@@ -12,9 +12,8 @@ RDEPENDS_${PN} = "ncurses-terminfo-base"
 PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
 
 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "2606dc0dc31a088f16c7d603b42d23d0"
-SRC_URI[sha256sum] = "d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349"
+SRC_URI[md5sum] = "2de3e8a60ecf09649e316e89be2aac65"
+SRC_URI[sha256sum] = "1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3"
 
 inherit autotools gettext pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list