aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2025-05-26 21:06:23 +1000
committeronefang2025-05-26 21:06:23 +1000
commit7a402868a714545b2e74c872c09a908c3687f561 (patch)
tree9a90dae56a319b5b54a96219eb5ebc3647ab85e5
parentNew versions of debian keyring and exim. (diff)
downloadapt-panopticon-7a402868a714545b2e74c872c09a908c3687f561.zip
apt-panopticon-7a402868a714545b2e74c872c09a908c3687f561.tar.gz
apt-panopticon-7a402868a714545b2e74c872c09a908c3687f561.tar.bz2
apt-panopticon-7a402868a714545b2e74c872c09a908c3687f561.tar.xz
Bump base files version.HEADmaster
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index e701726..861bfa3 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.7devuan1_amd64.deb", 48 "merged/pool/DEVUAN/main/b/base-files/base-files_13.8devuan1_amd64.deb",
49} 49}
50 50
51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"