diff options
author | Jermain Horsman <jermain.horsman@nedap.com> | 2024-03-25 14:26:02 +0100 |
---|---|---|
committer | Tim Orling <tim.orling@konsulko.com> | 2024-03-25 12:25:41 -0700 |
commit | 1995c572bf3936c66dbf9ac9de526f43243a1f8d (patch) | |
tree | ec65e05511c794d539334068402e0d97dd7c2914 /recipes-core/jacl/jacl_1.4.1.bb | |
parent | c3b5b1a482d2ae1b04d4099e1ed159828179618f (diff) | |
download | meta-java-master-next.tar.gz |
jacl: Update SRC_URI to use httpsmaster-next
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Diffstat (limited to 'recipes-core/jacl/jacl_1.4.1.bb')
-rw-r--r-- | recipes-core/jacl/jacl_1.4.1.bb | 2 |
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 | ||
10 | HOMEPAGE = "http://sourceforge.net/projects/tcljava" | 10 | HOMEPAGE = "http://sourceforge.net/projects/tcljava" |
11 | 11 | ||
12 | SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz" | 12 | SRC_URI = "https://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz" |
13 | 13 | ||
14 | inherit java-library | 14 | inherit java-library |
15 | 15 | ||