diff options
author | onefang | 2025-07-31 09:41:37 +1000 |
---|---|---|
committer | onefang | 2025-07-31 09:41:37 +1000 |
commit | 119b563e603f3226b2ad852b9cc354ef813d9c0d (patch) | |
tree | 8a38bfb18c620e42c223d0025c855f20f3350277 | |
parent | Update Devuan keyring version. (diff) | |
download | apt-panopticon-master.zip apt-panopticon-master.tar.gz apt-panopticon-master.tar.bz2 apt-panopticon-master.tar.xz |
-rwxr-xr-x | apt-panopticon.lua | 2 |
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 = | |||
36 | local referenceDebs = | 36 | local 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 | } |