summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:06 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:12 -0700
commit647874f20f022f35356d82300d42879ffe97ad41 (patch)
tree7e4f7b8fedc277477baef9a6970e2c360156bddf /meta-oe/recipes-support/nano
parent010b7d0c99057f78967c811581f5ec3e59c6967a (diff)
downloadmeta-openembedded-647874f20f022f35356d82300d42879ffe97ad41.tar.gz
nano: upgrade 8.0 -> 8.1
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nano')
-rw-r--r--meta-oe/recipes-support/nano/nano_8.1.bb (renamed from meta-oe/recipes-support/nano/nano_8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.0.bb b/meta-oe/recipes-support/nano/nano_8.1.bb
index 56aa47f641..b060da3ff0 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"
13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" 13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
14 14
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" 15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4" 16SRC_URI[sha256sum] = "93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb"
17 17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" 18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
19 19