From 11b8047012c8ba682a349ac31e2c4a9e68b5ab40 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Sep 2024 17:02:44 +0800 Subject: [PATCH] nano: upgrade 8.1 -> 8.2 Changelog: ========== - At a Yes-No prompt, beside Y and the localized initial for "Yes", also ^Y is accepted. Similarly, ^N for "No", and ^A for "All". - A text-highlighting bug with Alt+Home/Alt+End is fixed. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/nano/{nano_8.1.bb => nano_8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_8.1.bb => nano_8.2.bb} (88%) diff --git a/meta-oe/recipes-support/nano/nano_8.1.bb b/meta-oe/recipes-support/nano/nano_8.2.bb similarity index 88% rename from meta-oe/recipes-support/nano/nano_8.1.bb rename to meta-oe/recipes-support/nano/nano_8.2.bb index b060da3ff0..46e5a15c1c 100644 --- a/meta-oe/recipes-support/nano/nano_8.1.bb +++ b/meta-oe/recipes-support/nano/nano_8.2.bb @@ -13,7 +13,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] = "93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb" +SRC_URI[sha256sum] = "d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb" UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"