diff mbox series

[meta-oe] nano: upgrade 7.1 -> 7.2

Message ID 1676715946-32075-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] nano: upgrade 7.1 -> 7.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 18, 2023, 10:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
  bindings: let ^/ toggle between the 'search' and 'gotoline' menus
  bump version numbers and add a news item for the 7.2 release
  copyright: update the years for the FSF
  docs: give ^K and ^U some useful function in the alternative bindings
  docs: put the binding of ^Y after its unbinding, for it to be effective
  gnulib: update to its current upstream state
  input: disallow bracketed pastes when in view mode
  syntax: html: colorize specially the other two emphasizing tags too
  tweaks: avoid warnings when compiling with -Wpedantic
  tweaks: rewrap an old news item
  tweaks: separate a special thanks from the preceding ones

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/nano/{nano_7.1.bb => nano_7.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nano/{nano_7.1.bb => nano_7.2.bb} (88%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/nano/nano_7.1.bb b/meta-oe/recipes-support/nano/nano_7.2.bb
similarity index 88%
rename from meta-oe/recipes-support/nano/nano_7.1.bb
rename to meta-oe/recipes-support/nano/nano_7.2.bb
index c60135415..0642287c9 100644
--- a/meta-oe/recipes-support/nano/nano_7.1.bb
+++ b/meta-oe/recipes-support/nano/nano_7.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] = "57ba751e9b7519f0f6ddee505202e387c75dde440c1f7aa1b9310cc381406836"
+SRC_URI[sha256sum] = "86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526"
 
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"