package/nano: bump to version 6.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2021-12-27 10:50:19 +01:00 committed by Thomas Petazzoni
parent 8f132391ec
commit 8ce29b9ecf
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
# https://www.nano-editor.org/dist/v5/nano-5.9.tar.xz.asc
# https://www.nano-editor.org/dist/v6/nano-6.0.tar.xz.asc
# using key BFD009061E535052AD0DF2150D28D4D2A0ACE884
sha256 757db8cda4bb2873599e47783af463e3b547a627b0cabb30ea7bf71fb4c24937 nano-5.9.tar.xz
sha256 93ac8cb68b4ad10e0aaeb80a2dd15c5bb89eb665a4844f7ad01c67efcb169ea2 nano-6.0.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View file

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