mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/nano: bump to version 8.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
ae1ddbabc9
commit
99381a141e
@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://www.nano-editor.org/dist/v8/nano-8.0.tar.xz.asc
|
||||
# https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz.asc
|
||||
# using key 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
|
||||
sha256 c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4 nano-8.0.tar.xz
|
||||
sha256 93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb nano-8.1.tar.xz
|
||||
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
NANO_VERSION_MAJOR = 8
|
||||
NANO_VERSION = $(NANO_VERSION_MAJOR).0
|
||||
NANO_VERSION = $(NANO_VERSION_MAJOR).1
|
||||
NANO_SITE = https://www.nano-editor.org/dist/v$(NANO_VERSION_MAJOR)
|
||||
NANO_SOURCE = nano-$(NANO_VERSION).tar.xz
|
||||
NANO_LICENSE = GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user