aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2025-07-30 19:19:58 +1000
committeronefang2025-07-30 19:19:58 +1000
commit09b5774a306e79c9e2c2f436ca8c6999b01b9778 (patch)
tree0bc53b13f367286f59f5fc5c4f9a3bd8ce2a004f /apt-panopticon.lua
parentTidy up notExist. (diff)
downloadapt-panopticon-09b5774a306e79c9e2c2f436ca8c6999b01b9778.zip
apt-panopticon-09b5774a306e79c9e2c2f436ca8c6999b01b9778.tar.gz
apt-panopticon-09b5774a306e79c9e2c2f436ca8c6999b01b9778.tar.bz2
apt-panopticon-09b5774a306e79c9e2c2f436ca8c6999b01b9778.tar.xz
Update Devuan keyring version.
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 50e6177..eb0ce4f 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.06.02_all.deb", -- Devuan keeps changing this since the key expiry incident. 46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2025.07.30_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}