aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12024-11-13 15:01:53 +1000
committerdvs12024-11-13 15:01:53 +1000
commit3e6d70dbbe4e2c7d1954cf1035374019abcb9a51 (patch)
treeadb4a876bad83e4a7f92036a255129d6803b390d
parentTypo-=2 (diff)
downloadapt-panopticon-3e6d70dbbe4e2c7d1954cf1035374019abcb9a51.zip
apt-panopticon-3e6d70dbbe4e2c7d1954cf1035374019abcb9a51.tar.gz
apt-panopticon-3e6d70dbbe4e2c7d1954cf1035374019abcb9a51.tar.bz2
apt-panopticon-3e6d70dbbe4e2c7d1954cf1035374019abcb9a51.tar.xz
Updated Debian keyring.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 19950ac..c41e9c6 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_2024.06.24_all.deb", 39 "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_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}