diff options
author | onefang | 2025-06-19 09:53:29 +1000 |
---|---|---|
committer | onefang | 2025-06-19 09:53:29 +1000 |
commit | a1f0e08cf1c6bcf950b42aa21fb2d0438c40db1b (patch) | |
tree | 26d53de48e88a246deb73c30ac6471f2bf771816 /apt-panopticon.lua | |
parent | Bump base files version. (diff) | |
download | apt-panopticon-a1f0e08cf1c6bcf950b42aa21fb2d0438c40db1b.zip apt-panopticon-a1f0e08cf1c6bcf950b42aa21fb2d0438c40db1b.tar.gz apt-panopticon-a1f0e08cf1c6bcf950b42aa21fb2d0438c40db1b.tar.bz2 apt-panopticon-a1f0e08cf1c6bcf950b42aa21fb2d0438c40db1b.tar.xz |
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 861bfa3..50e6177 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -43,7 +43,7 @@ local referenceDebs = | |||
43 | local referenceDevs = | 43 | 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_2025.06.02_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 | } |