mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
nano: switch to official site
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:
committed by
Thomas Petazzoni
parent
cf5e7bc63b
commit
1d397b4245
@@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NANO_VERSION = 2.5.3
|
||||
NANO_SITE = $(BR2_GNU_MIRROR)/nano
|
||||
NANO_VERSION_MAJOR = 2.5
|
||||
NANO_VERSION = $(NANO_VERSION_MAJOR).3
|
||||
NANO_SITE = https://www.nano-editor.org/dist/v$(NANO_VERSION_MAJOR)
|
||||
NANO_LICENSE = GPLv3+
|
||||
NANO_LICENSE_FILES = COPYING
|
||||
NANO_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user