diff options
author | onefang | 2024-01-10 11:36:15 +1000 |
---|---|---|
committer | onefang | 2024-01-10 11:36:15 +1000 |
commit | 29b92037209d71ac601f0cd44ac16cfe1202b96d (patch) | |
tree | e32f4488cb5a9ea783a1e4a62f0f151539eeb60c | |
parent | Update Debian and Devuan keyrings. (diff) | |
download | apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.zip apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.gz apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.bz2 apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.xz |
Update debian-keyring again.
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 23423e3..1af2f46 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_2023.09.24_all.deb", -- debian-keyring_2023.05.28_all.deb doesn't actually exist? It DID exist on some. lol | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.12.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 | } |