aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2024-04-27 11:27:10 +1000
committeronefang2024-04-27 11:27:10 +1000
commitc682a66a68fa35ee153f6f6f4773e6a443cfa128 (patch)
tree65534b28b28e6d651ebff03b83f3803be53df141
parentAnother temporary patch, check for an earlier version of base-files, the curr... (diff)
downloadapt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.zip
apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.gz
apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.bz2
apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.xz
New base-files
I missed the ".1". lol
-rwxr-xr-xapt-panopticon.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index bb816a1..4922332 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -44,8 +44,7 @@ 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_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident.
47-- "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", 47 "merged/pool/DEVUAN/main/b/base-files/base-files_13.1devuan1_all.deb",
48 "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb",
49} 48}
50 49
51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"