aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authordvs12024-08-13 11:35:06 +1000
committerdvs12024-08-13 11:35:06 +1000
commit1d2012403cce5ae909fd6fbb5ecd408376044855 (patch)
tree88194cce68775a95ce317f741e24154b1b260519 /apt-panopticon.lua
parentDon't poke at HTTPS for URLsanity if the server doesn't actually support HTTPS. (diff)
downloadapt-panopticon-1d2012403cce5ae909fd6fbb5ecd408376044855.zip
apt-panopticon-1d2012403cce5ae909fd6fbb5ecd408376044855.tar.gz
apt-panopticon-1d2012403cce5ae909fd6fbb5ecd408376044855.tar.bz2
apt-panopticon-1d2012403cce5ae909fd6fbb5ecd408376044855.tar.xz
Update base files version.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 40baa58..d7efc0e 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -45,7 +45,7 @@ local referenceDevs =
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 -- 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.3devuan1_amd64.deb", 48 "merged/pool/DEVUAN/main/b/base-files/base-files_13.5devuan1_amd64.deb",
49} 49}
50 50
51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"