diff mbox series

[meta-java,v2] commons-collections3: update SRC_URI

Message ID 20231123042056.947943-1-tim.orling@konsulko.com
State New
Headers show
Series [meta-java,v2] commons-collections3: update SRC_URI | expand

Commit Message

Tim Orling Nov. 23, 2023, 4:20 a.m. UTC
Older tarballs have been moved to archive:
https://archive.apache.org/dist/commons/collections/source/

Also drop obsolete SRC_URI[md5sum]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
Changes in v2:
  Fix parse error by adding closing " to SRC_URI

 recipes-core/jakarta-commons/commons-collections3_3.2.2.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb
index 0a53d09..0539403 100644
--- a/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb
+++ b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb
@@ -5,10 +5,9 @@  PR = "${INC_PR}.1"
 
 DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality"
 
-SRC_URI = "http://www.apache.org/dist/commons/collections/source/commons-collections-${PV}-src.tar.gz"
+SRC_URI = "https://archive.apache.org/dist/commons/collections/source/commons-collections-${PV}-src.tar.gz"
 
 S = "${WORKDIR}/commons-collections-${PV}-src"
 
 
-SRC_URI[md5sum] = "776b51a51312c1854ad8f6d344a47cda"
 SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914"