package/nano: bump to v4.9.2
authorTitouan Christophe <titouan.christophe@railnova.eu>
Wed, 8 Apr 2020 09:47:36 +0000 (11:47 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 Apr 2020 14:53:23 +0000 (16:53 +0200)
Also update the hash file to the new two-spaces convention

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nano/nano.hash
package/nano/nano.mk

index 965a94aa0bb94067bbd4fa8d2f8fbab07400dfe5..9193a8af323872b38ed31a25f45da11e462aea77 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-# https://www.nano-editor.org/dist/v4/nano-4.7.tar.xz.asc
+# https://www.nano-editor.org/dist/v4/nano-4.9.2.tar.xz.asc
 # using key BFD009061E535052AD0DF2150D28D4D2A0ACE884
-sha256 58c0e197de5339ca3cad3ef42b65626d612ddb0b270e730f02e6ab3785c736f5  nano-4.7.tar.xz
-sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7  COPYING
+sha256  d8a25eea942ecee2d57b8e037eb4b28f030f818b78773b8fcb994ed5835d2ef6  nano-4.9.2.tar.xz
+sha256  fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7  COPYING
index 5cb8d1d5c0bccd4997ffa03b9fb9b0e3e51a686e..3b7ccf1129418fd213a4ec1369a5f401b1113946 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 NANO_VERSION_MAJOR = 4
-NANO_VERSION = $(NANO_VERSION_MAJOR).7
+NANO_VERSION = $(NANO_VERSION_MAJOR).9.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+