diff mbox series

[v2] libarchive: Update SRC_URI to use https

Message ID 20241010092925.982-1-jermain.horsman@nedap.com
State Accepted, archived
Commit 1311e94e3983bc1d5ad0d08a6f30081a2c3bef63
Headers show
Series [v2] libarchive: Update SRC_URI to use https | expand

Commit Message

jhatnedap@gmail.com Oct. 10, 2024, 9:29 a.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
---

v2: Update for version upgrade 3.7.4 -> 3.7.6

 meta/recipes-extended/libarchive/libarchive_3.7.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb b/meta/recipes-extended/libarchive/libarchive_3.7.6.bb
index de4d1ef7643..a1cb34415e7 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.7.6.bb
@@ -29,7 +29,7 @@  PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd,"
 
 EXTRA_OECONF += "--enable-largefile --without-iconv"
 
-SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
+SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
 
 UPSTREAM_CHECK_URI = "http://libarchive.org/"