package/nano: bump to version 5.4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2021-01-09 13:18:55 +01:00 committed by Peter Korsgaard
parent c80989aa9d
commit 32d962700b
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ config BR2_PACKAGE_NANO
A nice ncurses-based editor. Started out as a clone of pico.
Great editor for new users.
http://www.nano-editor.org/
https://www.nano-editor.org/
if BR2_PACKAGE_NANO

View file

@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
# https://www.nano-editor.org/dist/v5/nano-5.2.tar.xz.asc
# https://www.nano-editor.org/dist/v5/nano-5.4.tar.xz.asc
# using key BFD009061E535052AD0DF2150D28D4D2A0ACE884
sha256 32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1 nano-5.2.tar.xz
sha256 fe993408b22286355809ce48ebecc4444d19af8203ed4959d269969112ed86e9 nano-5.4.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View file

@ -5,7 +5,7 @@
################################################################################
NANO_VERSION_MAJOR = 5
NANO_VERSION = $(NANO_VERSION_MAJOR).2
NANO_VERSION = $(NANO_VERSION_MAJOR).4
NANO_SITE = https://www.nano-editor.org/dist/v$(NANO_VERSION_MAJOR)
NANO_SOURCE = nano-$(NANO_VERSION).tar.xz
NANO_LICENSE = GPL-3.0+