diff options
author | onefang | 2024-05-16 10:08:26 +1000 |
---|---|---|
committer | onefang | 2024-05-16 10:08:26 +1000 |
commit | 2b89d509e4fcea1596aa912efa2b6bdbb2761d53 (patch) | |
tree | e948a0019de57a0d5890e136df6b4e57d7f255d5 | |
parent | New Debian keyring. (diff) | |
download | apt-panopticon-2b89d509e4fcea1596aa912efa2b6bdbb2761d53.zip apt-panopticon-2b89d509e4fcea1596aa912efa2b6bdbb2761d53.tar.gz apt-panopticon-2b89d509e4fcea1596aa912efa2b6bdbb2761d53.tar.bz2 apt-panopticon-2b89d509e4fcea1596aa912efa2b6bdbb2761d53.tar.xz |
Yen another base-files update.
Diffstat (limited to '')
-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 bee4eac..5658d48 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_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. | 46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. |
47 | "merged/pool/DEVUAN/main/b/base-files/base-files_13.1devuan1_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_13.2devuan1_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" |