diff mbox series

[meta-perl,scarthgap] logcheck: correct the SRC_URI

Message ID 20250710052328.3399677-3-guocai.he.cn@windriver.com
State New
Headers show
Series [meta-perl,scarthgap] logcheck: correct the SRC_URI | expand

Commit Message

He, Guocai (CN) July 10, 2025, 5:23 a.m. UTC
From: Guocai He <guocai.he.cn@windriver.com>

In http://ftp.debian.org/debian/pool/main/l/logcheck/, the
tarball of version 1.4.3 is not available.

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
---
The maintainer tell that the old tarballs in https://snapshot.debian.org/
---
 meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
index c13bd940ea..3d17de6390 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
@@ -11,7 +11,7 @@  HOMEPAGE = "http://logcheck.org/"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \
+SRC_URI = "https://snapshot.debian.org/archive/debian/20230718T155737Z/pool/main/l/${BPN}/${BPN}_${PV}.tar.xz \
            file://99_logcheck \
 "
 SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0"