package/nano: bump to version 9.2

Changelog:
https://www.nano-editor.org/dist/v9/ChangeLog
Signed-off-by: Franciszek Stachura <fbstachura@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Franciszek Stachura
2026-08-31 23:40:40 +02:00
committed by Thomas Petazzoni
parent 99529edaef
commit 967380b316
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -5,7 +5,7 @@
################################################################################
NANO_VERSION_MAJOR = 9
NANO_VERSION = $(NANO_VERSION_MAJOR).0
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+