diff options
author | onefang | 2023-03-31 03:52:29 +1000 |
---|---|---|
committer | onefang | 2023-03-31 03:52:29 +1000 |
commit | 959226dde18bb6c51d9da9ca18a96214e205b609 (patch) | |
tree | f06c435174736e600aba037154cce7b7113afa58 | |
parent | Say which host the out of date package is from. (diff) | |
download | apt-panopticon-959226dde18bb6c51d9da9ca18a96214e205b609.zip apt-panopticon-959226dde18bb6c51d9da9ca18a96214e205b609.tar.gz apt-panopticon-959226dde18bb6c51d9da9ca18a96214e205b609.tar.bz2 apt-panopticon-959226dde18bb6c51d9da9ca18a96214e205b609.tar.xz |
Update which base-files version to check.
-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 7854928..dc8c96d 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -44,7 +44,7 @@ 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_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident. | 46 | -- "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident. |
47 | "merged/pool/DEVUAN/main/b/base-files/base-files_12.3devuan1_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_12.4devuan1_all.deb", |
48 | } | 48 | } |
49 | 49 | ||
50 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" | 50 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" |