diff mbox series

[meta-java,3/7] junit: Update SRC_URI to use https

Message ID 20240325132603.2477-3-jermain.horsman@nedap.com
State New
Headers show
Series [meta-java,1/7] jamvm-initial-native: Update LICENSE to use SPDX identifier | expand

Commit Message

jhatnedap@gmail.com March 25, 2024, 1:25 p.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
---
 recipes-core/junit/junit_3.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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}"