diff options
author | onefang | 2023-05-08 09:13:02 +1000 |
---|---|---|
committer | onefang | 2023-05-08 09:13:02 +1000 |
commit | 1c13a6e248a5c5b0800740e9e2b942e13ebd6aed (patch) | |
tree | 839e8f38c9aa94c2f918b1c79a6a6495c8d7b6fa | |
parent | Remove ASCII completely. (diff) | |
download | apt-panopticon-1c13a6e248a5c5b0800740e9e2b942e13ebd6aed.zip apt-panopticon-1c13a6e248a5c5b0800740e9e2b942e13ebd6aed.tar.gz apt-panopticon-1c13a6e248a5c5b0800740e9e2b942e13ebd6aed.tar.bz2 apt-panopticon-1c13a6e248a5c5b0800740e9e2b942e13ebd6aed.tar.xz |
Update base-files version.
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 dc8c96d..eadad6f 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.4devuan1_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_12.4devuan2_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" |