From 4bccffb03a7d1d8e5b3811bb453db80be24947d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Tue, 17 Mar 2026 16:35:31 -0600 Subject: [PATCH] Update conf.py --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 76965bf8..8f2b31ba 100644 --- a/conf.py +++ b/conf.py @@ -38,7 +38,7 @@ def ultimateReplace(app, docname, source): source[0] = result ultimate_replacements = { - "{deb_url_v1_5}" : "libreqos_2.0-beta-1.202603172201-1_amd64.deb" + "{deb_url_v1_5}" : "libreqos_2.0-beta-1.202603172226-1_amd64.deb" } def setup(app):