From 3ccc2ce11702a0402b2577ea52fe27354f6b2b14 Mon Sep 17 00:00:00 2001 From: Tamara Boehm Date: Mon, 15 Jun 2026 08:58:42 +0200 Subject: [PATCH] fix: Adapt the download link for keepalived --- ci/scripts/autobump-dependencies.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/scripts/autobump-dependencies.py b/ci/scripts/autobump-dependencies.py index 3034eee1..4a8c20d5 100755 --- a/ci/scripts/autobump-dependencies.py +++ b/ci/scripts/autobump-dependencies.py @@ -279,7 +279,7 @@ def get_release_download_url(rel): if latest_version < current_version and current_raw.startswith(self.pinned_version): latest_version = current_version latest_release = Release( - rel.title, + rel.name, get_release_download_url(rel), f"{self.name}-{str(current_version)}{self.filename_suffix}", current_version, @@ -462,9 +462,8 @@ def main() -> None: "keepalived", "KEEPALIVED_VERSION", KEEPALIVED_VERSION, - "https://keepalived.org/download.html", + "https://keepalived.org/download", package="keepalived", - selector="div.content a", changelog_url="https://keepalived.org/release-notes/" ), WebLinkDependency(