mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
af589980b3
commit
d9e981327c
@@ -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
|
||||||
|
|||||||
@@ -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+
|
||||||
|
|||||||
Reference in New Issue
Block a user