From 4b7cf648ac79add5d3a3cd58487d5d1b5ffcd0ed Mon Sep 17 00:00:00 2001 From: Jermain Horsman Date: Mon, 25 Mar 2024 14:25:58 +0100 Subject: junit: Update SRC_URI to use https Signed-off-by: Jermain Horsman Signed-off-by: Tim Orling --- recipes-core/junit/junit_3.8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb index 57dd459..a1fd265 100644 --- a/recipes-core/junit/junit_3.8.2.bb +++ b/recipes-core/junit/junit_3.8.2.bb @@ -5,7 +5,7 @@ LICENSE = "CPL-1.0" LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b" PR = "r1" -SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip" +SRC_URI = "https://downloads.sourceforge.net/junit/junit${PV}.zip" S = "${WORKDIR}/junit${PV}" -- cgit v1.2.3-54-g00ecf