package/nano: bump version to 4.3

Release notes:
https://lists.gnu.org/archive/html/info-gnu/2019-06/msg00004.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2019-06-30 10:09:04 +02:00 committed by Peter Korsgaard
parent ffe5fcadfc
commit 29ee5bb352
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
# https://www.nano-editor.org/dist/v4/nano-4.2.tar.xz.asc
# https://www.nano-editor.org/dist/v4/nano-4.3.tar.xz.asc
# using key BFD009061E535052AD0DF2150D28D4D2A0ACE884
sha256 1143defce62e391b241252ffdb6e5c1ded56cfe26d46ee81b796abe0ccc45df9 nano-4.2.tar.xz
sha256 00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81 nano-4.3.tar.xz
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View file

@ -5,7 +5,7 @@
################################################################################
NANO_VERSION_MAJOR = 4
NANO_VERSION = $(NANO_VERSION_MAJOR).2
NANO_VERSION = $(NANO_VERSION_MAJOR).3
NANO_SITE = https://www.nano-editor.org/dist/v$(NANO_VERSION_MAJOR)
NANO_SOURCE = nano-$(NANO_VERSION).tar.xz
NANO_LICENSE = GPL-3.0+