package/nano: bump to version 9.0

Changelog:
https://www.nano-editor.org/dist/v9/ChangeLog
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Francois Perrad
2026-04-27 13:00:29 +02:00
committed by Julien Olivain
parent af589980b3
commit d9e981327c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature # Locally calculated after checking pgp signature
# https://www.nano-editor.org/dist/v8/nano-8.7.1.tar.xz.asc # https://www.nano-editor.org/dist/v9/nano-9.0.tar.xz.asc
# using key 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F # using key 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
sha256 76f0dcb248f2e2f1251d4ecd20fd30fb400a360a3a37c6c340e0a52c2d1cdedf nano-8.7.1.tar.xz sha256 9f384374b496110a25b73ad5a5febb384783c6e3188b37063f677ac908013fde nano-9.0.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View File

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