diff options
author | onefang | 2022-12-24 23:22:09 +1000 |
---|---|---|
committer | onefang | 2022-12-24 23:22:09 +1000 |
commit | 8d2df8e3d91d2bd38dce5d51235d776f99e2b66e (patch) | |
tree | 82497cb0af9160720b7c3caa84173765862fa977 | |
parent | Oops, .git is a directory, not a file. (diff) | |
download | apt-panopticon-8d2df8e3d91d2bd38dce5d51235d776f99e2b66e.zip apt-panopticon-8d2df8e3d91d2bd38dce5d51235d776f99e2b66e.tar.gz apt-panopticon-8d2df8e3d91d2bd38dce5d51235d776f99e2b66e.tar.bz2 apt-panopticon-8d2df8e3d91d2bd38dce5d51235d776f99e2b66e.tar.xz |
Update base files reference package.
-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 0f260bd..8fd39e5 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.2devuan2_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_12.3devuan1_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" |