aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2024-03-04 03:24:03 +1000
committeronefang2024-03-04 03:24:03 +1000
commit65c34c372d06e6fa5f8646b86568d34a621cc632 (patch)
tree59a74ed69552c45efab262d3a728aaa9f035a628
parentUpdate debian-keyring again. (diff)
downloadapt-panopticon-65c34c372d06e6fa5f8646b86568d34a621cc632.zip
apt-panopticon-65c34c372d06e6fa5f8646b86568d34a621cc632.tar.gz
apt-panopticon-65c34c372d06e6fa5f8646b86568d34a621cc632.tar.bz2
apt-panopticon-65c34c372d06e6fa5f8646b86568d34a621cc632.tar.xz
Bump the version of base-files to check.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 1af2f46..79bdd19 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_13devuan1_all.deb", 47 "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb",
48} 48}
49 49
50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"