From 2cf068864708285c6bc7cffffc38be17aa376c49 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Fri, 11 Jan 2019 22:52:35 +0100 Subject: [PATCH] boot/barebox: change download site to https Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- boot/barebox/barebox.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index b811e322b5..9e8a9f67b5 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -28,7 +28,7 @@ $(1)_SITE_METHOD = git else # Handle stable official Barebox versions $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2 -$(1)_SITE = http://www.barebox.org/download +$(1)_SITE = https://www.barebox.org/download endif $(1)_DEPENDENCIES = host-lzop