diff options
author | onefang | 2019-12-31 14:32:48 +1000 |
---|---|---|
committer | onefang | 2019-12-31 14:32:48 +1000 |
commit | 88c8026a316f90f5c1feaa213d586dd9d015ac8b (patch) | |
tree | 19a7830b234a70c29bcdc8b67178492c8b4dccf0 | |
parent | "Not supported, but works" should not be a warning, coz it works. B-) (diff) | |
download | apt-panopticon-88c8026a316f90f5c1feaa213d586dd9d015ac8b.zip apt-panopticon-88c8026a316f90f5c1feaa213d586dd9d015ac8b.tar.gz apt-panopticon-88c8026a316f90f5c1feaa213d586dd9d015ac8b.tar.bz2 apt-panopticon-88c8026a316f90f5c1feaa213d586dd9d015ac8b.tar.xz |
Debian changed their keyring.
-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 e09c8e5..0ef3bf5 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -37,7 +37,7 @@ local notExist = | |||
37 | local referenceDebs = | 37 | local referenceDebs = |
38 | { | 38 | { |
39 | -- Debian package. | 39 | -- Debian package. |
40 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.09.24_all.deb", | 40 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.12.23_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 | } |