summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJermain Horsman <jermain.horsman@nedap.com>2024-03-25 14:25:58 +0100
committerTim Orling <tim.orling@konsulko.com>2024-03-25 12:25:41 -0700
commit4b7cf648ac79add5d3a3cd58487d5d1b5ffcd0ed (patch)
tree4ea778c2594ab2b95d23699521a48d114aca2c89
parentc29d4e9ebf5edaad9ea575e4d440a52b5006d91e (diff)
downloadmeta-java-4b7cf648ac79add5d3a3cd58487d5d1b5ffcd0ed.tar.gz
junit: Update SRC_URI to use https
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--recipes-core/junit/junit_3.8.2.bb2
1 files changed, 1 insertions, 1 deletions
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"
5LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b" 5LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b"
6PR = "r1" 6PR = "r1"
7 7
8SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip" 8SRC_URI = "https://downloads.sourceforge.net/junit/junit${PV}.zip"
9 9
10S = "${WORKDIR}/junit${PV}" 10S = "${WORKDIR}/junit${PV}"
11 11