aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2023-06-16 00:44:35 +1000
committeronefang2023-06-16 00:44:35 +1000
commit4b648acf7dbf905fa664b7352f626ed2cc204fa1 (patch)
treeab7dd567ab109e6a543aa3a13c982442781f0be9
parentSnork requested an id on the table so it can be navigated to directly. (diff)
downloadapt-panopticon-4b648acf7dbf905fa664b7352f626ed2cc204fa1.zip
apt-panopticon-4b648acf7dbf905fa664b7352f626ed2cc204fa1.tar.gz
apt-panopticon-4b648acf7dbf905fa664b7352f626ed2cc204fa1.tar.bz2
apt-panopticon-4b648acf7dbf905fa664b7352f626ed2cc204fa1.tar.xz
Update base-files package version.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index eadad6f..dcb3f73 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -44,7 +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_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident. 46-- "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident.
47 "merged/pool/DEVUAN/main/b/base-files/base-files_12.4devuan2_all.deb", 47 "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb",
48} 48}
49 49
50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"