From f8cb104c78349115f19f4c47aa6ad777f3d4fc42 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 10 Jul 2026 14:44:55 +0200 Subject: [PATCH] Added name and URL for leech2 Signed-off-by: Ole Herman Schumacher Elgesem --- src/cfengine_cli/deptool.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cfengine_cli/deptool.py b/src/cfengine_cli/deptool.py index 5f3306b..502decf 100644 --- a/src/cfengine_cli/deptool.py +++ b/src/cfengine_cli/deptool.py @@ -29,6 +29,7 @@ "zlib": "zlib", "librsync": "librsync", "leech": "leech", + "leech2": "leech2", "apache": "Apache", "apr": "APR", "apr-util": "apr-util", @@ -60,6 +61,7 @@ "zlib": "https://www.zlib.net/", "librsync": "https://github.com/librsync/librsync/releases", "leech": "https://github.com/larsewi/leech/releases", + "leech2": "https://github.com/larsewi/leech2/releases", "apache": "https://httpd.apache.org/", "apr": "https://apr.apache.org/", "apr-util": "https://apr.apache.org/",