summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJermain Horsman <jermain.horsman@nedap.com>2024-03-25 14:26:00 +0100
committerTim Orling <tim.orling@konsulko.com>2024-03-25 12:25:41 -0700
commit54842f4d514ed0ab0a09b0af6196814f2c749139 (patch)
treebae47025875b56df627850422b9bd44d4a9ac863
parent93a6b25c401e044efe9cd06871df9bddd65072db (diff)
downloadmeta-java-54842f4d514ed0ab0a09b0af6196814f2c749139.tar.gz
xml-commons: Update SRC_URI
Archive layout seems to have changed. Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
index 42ce703..b5d13cd 100644
--- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
+++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
4PR = "r1" 4PR = "r1"
5LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584" 5LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584"
6 6
7SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" 7SRC_URI = "https://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
8 8
9inherit java-library 9inherit java-library
10 10