package/nano: bump to version 7.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023.02.x
Francois Perrad 2023-01-23 19:58:47 +01:00 committed by Peter Korsgaard
parent 5bce041aec
commit 5ec326fb97
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
# https://www.nano-editor.org/dist/v7/nano-7.1.tar.xz.asc
# https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz.asc
# using key 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
sha256 57ba751e9b7519f0f6ddee505202e387c75dde440c1f7aa1b9310cc381406836 nano-7.1.tar.xz
sha256 86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526 nano-7.2.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View File

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