diff options
author | dvs1 | 2024-08-15 08:24:34 +1000 |
---|---|---|
committer | dvs1 | 2024-08-15 08:24:34 +1000 |
commit | 0e6346cfddf7400f84b13fb0aa5d891a6b01bc69 (patch) | |
tree | fd92e9c729f62567e8ba46909c8cd9e4cee580d8 | |
parent | Update base files version. (diff) | |
download | apt-panopticon-0e6346cfddf7400f84b13fb0aa5d891a6b01bc69.zip apt-panopticon-0e6346cfddf7400f84b13fb0aa5d891a6b01bc69.tar.gz apt-panopticon-0e6346cfddf7400f84b13fb0aa5d891a6b01bc69.tar.bz2 apt-panopticon-0e6346cfddf7400f84b13fb0aa5d891a6b01bc69.tar.xz |
Debian keyring changed again! Three months since the last one.
Diffstat (limited to '')
-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 d7efc0e..5d6cb70 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_2024.03.24_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.06.24_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/a/apt/apt-transport-https_1.8.2.2_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", |
42 | } | 42 | } |