diff options
author | onefang | 2025-04-05 18:53:58 +1000 |
---|---|---|
committer | onefang | 2025-04-05 18:53:58 +1000 |
commit | 3b2fc412eb4fdf5f2fca4de1e4bec4db1d02361b (patch) | |
tree | e292a6597ab0b27c25e069556429dcf6f0eab4aa | |
parent | White space change. (diff) | |
download | apt-panopticon-3b2fc412eb4fdf5f2fca4de1e4bec4db1d02361b.zip apt-panopticon-3b2fc412eb4fdf5f2fca4de1e4bec4db1d02361b.tar.gz apt-panopticon-3b2fc412eb4fdf5f2fca4de1e4bec4db1d02361b.tar.bz2 apt-panopticon-3b2fc412eb4fdf5f2fca4de1e4bec4db1d02361b.tar.xz |
-rwxr-xr-x | apt-panopticon.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index f31f8c3..e701726 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -36,9 +36,9 @@ 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_2024.09.22_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2025.03.23_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+deb12u5_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u7_all.deb", |
42 | } | 42 | } |
43 | local referenceDevs = | 43 | local referenceDevs = |
44 | { | 44 | { |