diff options
author | onefang | 2022-09-09 23:16:22 +1000 |
---|---|---|
committer | onefang | 2022-09-09 23:16:22 +1000 |
commit | 5fffd5ff819578b03dc5dbe004fc3f63ff24d6c7 (patch) | |
tree | 51d2344d0b1f8531cfcb8a64a9cfa8c7363fc725 | |
parent | Explain the new red question mark. (diff) | |
download | apt-panopticon-5fffd5ff819578b03dc5dbe004fc3f63ff24d6c7.zip apt-panopticon-5fffd5ff819578b03dc5dbe004fc3f63ff24d6c7.tar.gz apt-panopticon-5fffd5ff819578b03dc5dbe004fc3f63ff24d6c7.tar.bz2 apt-panopticon-5fffd5ff819578b03dc5dbe004fc3f63ff24d6c7.tar.xz |
Update Devuan 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 83f119a..81ac7e0 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -43,7 +43,7 @@ local referenceDebs = | |||
43 | local referenceDevs = | 43 | local referenceDevs = |
44 | { | 44 | { |
45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2017.10.03_all.deb", | 46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb", |
47 | } | 47 | } |
48 | 48 | ||
49 | local curlStatus = | 49 | local curlStatus = |