From 9dbdae818bd00bed2c3d2da830eb077a7def791c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 3 Sep 2020 15:25:50 +0300 Subject: [PATCH] nano: Upgrade 5.1 -> 5.2 Upgrade to release 5.2 "Ranrapalca": - Making certain replacements after a large paste does not crash. - Hitting a toggle at the Search prompt does not clear the answer. - Using --positionlog does not complain at the first start. - A macro containing a Search command will not sometimes fail. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-oe/recipes-support/nano/{nano_5.1.bb => nano_5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_5.1.bb => nano_5.2.bb} (87%) diff --git a/meta-oe/recipes-support/nano/nano_5.1.bb b/meta-oe/recipes-support/nano/nano_5.2.bb similarity index 87% rename from meta-oe/recipes-support/nano/nano_5.1.bb rename to meta-oe/recipes-support/nano/nano_5.2.bb index 216ad594fc..f2cd2909cf 100644 --- a/meta-oe/recipes-support/nano/nano_5.1.bb +++ b/meta-oe/recipes-support/nano/nano_5.2.bb @@ -12,7 +12,7 @@ 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[sha256sum] = "9efc46f341404d60095d16fc4f0419fc84b6e4eaeaf6ebce605d0465d92a6ee6" +SRC_URI[sha256sum] = "32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1" UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"