aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2025-07-31 09:41:37 +1000
committeronefang2025-07-31 09:41:37 +1000
commit119b563e603f3226b2ad852b9cc354ef813d9c0d (patch)
tree8a38bfb18c620e42c223d0025c855f20f3350277
parentUpdate Devuan keyring version. (diff)
downloadapt-panopticon-master.zip
apt-panopticon-master.tar.gz
apt-panopticon-master.tar.bz2
apt-panopticon-master.tar.xz
Update Debian's keyring version.HEADmaster
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index eb0ce4f..795c26c 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -36,7 +36,7 @@ local notExist =
36local referenceDebs = 36local referenceDebs =
37{ 37{
38 -- Debian package. 38 -- Debian package.
39 "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2025.03.23_all.deb", 39 "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2025.07.26_all.deb",
40 -- Debian security package. NOTE this one should always be redirected? 40 -- Debian security package. NOTE this one should always be redirected?
41 "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u7_all.deb", 41 "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u7_all.deb",
42} 42}