diff mbox series

[meta-oe,kirkstone,07/12] libsodium: fix SRC_URI

Message ID 20260420154915.952359-7-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,kirkstone,01/12] tomoyo-tools: fix SRC_URI | expand

Commit Message

Gyorgy Sarvari April 20, 2026, 3:49 p.m. UTC
The tarball was moved to a subfolder on the source server.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb
index 1b22e8d7bc..48e8ad875e 100644
--- a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb
+++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb
@@ -4,7 +4,7 @@  BUGTRACKER = "https://github.com/jedisct1/libsodium/issues"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47203c753972e855179dfffe15188bee"
 
-SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
+SRC_URI = "https://download.libsodium.org/libsodium/releases/old/${BPN}-${PV}.tar.gz"
 SRC_URI[md5sum] = "3ca9ebc13b6b4735acae0a6a4c4f9a95"
 SRC_URI[sha256sum] = "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1"