summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/jacl/jacl_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
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 = " \
9 9
10HOMEPAGE = "http://sourceforge.net/projects/tcljava" 10HOMEPAGE = "http://sourceforge.net/projects/tcljava"
11 11
12SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz" 12SRC_URI = "https://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz"
13 13
14inherit java-library 14inherit java-library
15 15