From 84b4f8f01585640a7e565b3fcc8642577497aaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 15 May 2025 16:15:14 +0700 Subject: [PATCH] ca-certificates: Only check update for stable Debian --- srcpkgs/ca-certificates/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ca-certificates/update b/srcpkgs/ca-certificates/update index ca3742e4430..ac78563475b 100644 --- a/srcpkgs/ca-certificates/update +++ b/srcpkgs/ca-certificates/update @@ -1 +1,2 @@ -ignore="*deb*u*" +# Only check stable release, we provides nss's cert directly +site="https://packages.debian.org/stable/ca-certificates"