diff options
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index a2678f7..e701726 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -21,7 +21,7 @@ local releaseFiles = | |||
21 | "Release.gpg", -- | 21 | "Release.gpg", -- |
22 | -- "InRelease", -- 3.7 MB | 22 | -- "InRelease", -- 3.7 MB |
23 | -- "main/binary-all/Packages.xz", -- 2.6 GB for all that changed recently. | 23 | -- "main/binary-all/Packages.xz", -- 2.6 GB for all that changed recently. |
24 | -- Contents files. -- 3.3 GB | 24 | -- Contents files. -- 3.3 GB |
25 | -- "main/Contents-all.xz", | 25 | -- "main/Contents-all.xz", |
26 | -- "main/Contents-amd64.xz", | 26 | -- "main/Contents-amd64.xz", |
27 | -- "main/Contents-arm64.xz", | 27 | -- "main/Contents-arm64.xz", |
@@ -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 | { |