From: Wang Mingyu <[email protected]> Changelog: =========== • The idiom 'nano filename:linenumber' is understood only when the option --colonparsing (or 'set colonparsing') is used. • Modern bindings are *not* activated when nano's invocation name starts with "e", as it jars with Debian's alternatives system. • New bindable function 'cycle' first centers the current row, then moves it to the top of the viewport, then to the bottom. It is bound by default to ^L. • Option --listsyntaxes/-z lists the names of available syntaxes.
Signed-off-by: Wang Mingyu <[email protected]> --- meta-oe/recipes-support/nano/{nano_8.0.bb => nano_8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_8.0.bb => nano_8.1.bb} (88%) diff --git a/meta-oe/recipes-support/nano/nano_8.0.bb b/meta-oe/recipes-support/nano/nano_8.1.bb similarity index 88% rename from meta-oe/recipes-support/nano/nano_8.0.bb rename to meta-oe/recipes-support/nano/nano_8.1.bb index 56aa47f64..b060da3ff 100644 --- a/meta-oe/recipes-support/nano/nano_8.0.bb +++ b/meta-oe/recipes-support/nano/nano_8.1.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] = "c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4" +SRC_URI[sha256sum] = "93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb" UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111334): https://lists.openembedded.org/g/openembedded-devel/message/111334 Mute This Topic: https://lists.openembedded.org/mt/107228027/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
