nano: bump version to 2.7.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2016-09-05 14:40:09 +01:00 committed by Thomas Petazzoni
parent f243fc5c2e
commit 1c58e87475
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
sha256 22f79cc635458e0c0d110d211576f1edc03b112a62d73b914826a46547a6ac27 nano-2.6.2.tar.xz
sha256 f86af39514ae74e20bef3c29cd01d1090a9aca772a70e9c9f9e70c3d14b39521 nano-2.7.0.tar.xz

View file

@ -4,8 +4,8 @@
#
################################################################################
NANO_VERSION_MAJOR = 2.6
NANO_VERSION = $(NANO_VERSION_MAJOR).2
NANO_VERSION_MAJOR = 2.7
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 = GPLv3+