aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2024-01-10 11:36:15 +1000
committeronefang2024-01-10 11:36:15 +1000
commit29b92037209d71ac601f0cd44ac16cfe1202b96d (patch)
treee32f4488cb5a9ea783a1e4a62f0f151539eeb60c
parentUpdate Debian and Devuan keyrings. (diff)
downloadapt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.zip
apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.gz
apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.bz2
apt-panopticon-29b92037209d71ac601f0cd44ac16cfe1202b96d.tar.xz
Update debian-keyring again.
-rwxr-xr-xapt-panopticon.lua2
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 =
36local referenceDebs = 36local 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}