nano: bump to version 3.0

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.11.x
Baruch Siach 2018-09-14 14:58:47 +03:00 committed by Thomas Petazzoni
parent 5e0a6cf7dd
commit 366a468e60
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# Locally calculated after checking pgp signature
sha256 c2deac31ba4d3fd27a42fafcc47ccf499296cc69a422bbecab63f2933ea85488 nano-2.9.8.tar.xz
# https://www.nano-editor.org/dist/v3/nano-3.0.tar.xz.asc
# using key BFD009061E535052AD0DF2150D28D4D2A0ACE884
sha256 e0a5bca354514e64762c987c200a8758b05e7bcced3b00b3e48ea0a2d383c8a0 nano-3.0.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View File

@ -4,8 +4,8 @@
#
################################################################################
NANO_VERSION_MAJOR = 2.9
NANO_VERSION = $(NANO_VERSION_MAJOR).8
NANO_VERSION_MAJOR = 3
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+