diff options
author | onefang | 2020-04-04 13:24:52 +1000 |
---|---|---|
committer | onefang | 2020-04-04 13:24:52 +1000 |
commit | 8d97dee90fd8da56c11bf40414050532d1da9c57 (patch) | |
tree | cccf0ae358d4f83698096f7809c694a84d9a8d3d | |
parent | Fix a crash. (diff) | |
download | apt-panopticon-8d97dee90fd8da56c11bf40414050532d1da9c57.zip apt-panopticon-8d97dee90fd8da56c11bf40414050532d1da9c57.tar.gz apt-panopticon-8d97dee90fd8da56c11bf40414050532d1da9c57.tar.bz2 apt-panopticon-8d97dee90fd8da56c11bf40414050532d1da9c57.tar.xz |
Let's try a slightly older keyring that might stick around for more than a couple of months.
-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 0dd1504..16a4b3a 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_2020.02.02_all.deb", | 40 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.02.25_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 | } |