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/",