aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2025-08-16 08:55:06 +1000
committeronefang2025-08-16 08:55:06 +1000
commitd4865a04f5d35b1d27b0a066c1a78e6f6b8e2e57 (patch)
tree0399e5755dbc56eb4d1d6ee47d588344a0a3cd21
parentUpdate Debian's keyring version. (diff)
downloadapt-panopticon-d4865a04f5d35b1d27b0a066c1a78e6f6b8e2e57.zip
apt-panopticon-d4865a04f5d35b1d27b0a066c1a78e6f6b8e2e57.tar.gz
apt-panopticon-d4865a04f5d35b1d27b0a066c1a78e6f6b8e2e57.tar.bz2
apt-panopticon-d4865a04f5d35b1d27b0a066c1a78e6f6b8e2e57.tar.xz
Bump Devuan keyring.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 795c26c..cda2d84 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -43,7 +43,7 @@ local referenceDebs =
43local referenceDevs = 43local 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_2025.07.30_all.deb", -- Devuan keeps changing this since the key expiry incident. 46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2025.08.09_all.deb", -- Devuan keeps changing this since the key expiry incident.
47 -- Hmmm used to be _all, but it was split to the individual archs. Seems pointless, each one is the same size as the previous all. 47 -- Hmmm used to be _all, but it was split to the individual archs. Seems pointless, each one is the same size as the previous all.
48 "merged/pool/DEVUAN/main/b/base-files/base-files_13.8devuan1_amd64.deb", 48 "merged/pool/DEVUAN/main/b/base-files/base-files_13.8devuan1_amd64.deb",
49} 49}