[Buildroot] [git commit] nano: switch to official site

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 24 15:12:50 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=1d397b4245b71864ccebb100305031797ac5069f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/nano/nano.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/nano/nano.mk b/package/nano/nano.mk
index be6ea24..0ed35b9 100644
--- a/package/nano/nano.mk
+++ b/package/nano/nano.mk
@@ -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 = \


More information about the buildroot mailing list