summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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