diff mbox series

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

Message ID 20240325132603.2477-7-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:26 p.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

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

Patch

diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb
index d510cc8..2b811c7 100644
--- a/recipes-core/jacl/jacl_1.4.1.bb
+++ b/recipes-core/jacl/jacl_1.4.1.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = " \
 
 HOMEPAGE = "http://sourceforge.net/projects/tcljava"
 
-SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz"
+SRC_URI = "https://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz"
 
 inherit java-library