aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-02-06 14:09:01 +1000
committeronefang2020-02-06 14:09:01 +1000
commit648b648a4318646c2b603ca21b10bfc3d09fb031 (patch)
tree7d317ecc694ef18a6c68c87647b18f2253d0262b
parentLighten the log file colours to. (diff)
downloadapt-panopticon-648b648a4318646c2b603ca21b10bfc3d09fb031.zip
apt-panopticon-648b648a4318646c2b603ca21b10bfc3d09fb031.tar.gz
apt-panopticon-648b648a4318646c2b603ca21b10bfc3d09fb031.tar.bz2
apt-panopticon-648b648a4318646c2b603ca21b10bfc3d09fb031.tar.xz
New Debian key ring.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index e4cfc22..a98461b 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -37,7 +37,7 @@ local notExist =
37local referenceDebs = 37local referenceDebs =
38{ 38{
39 -- Debian package. 39 -- Debian package.
40 "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.12.23_all.deb", 40 "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2020.02.02_all.deb",
41 -- Debian security package. NOTE this one should always be redirected? 41 -- Debian security package. NOTE this one should always be redirected?
42 "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb", 42 "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb",
43} 43}