From db3dce54d4732dbdf5810c6c4f2f3a199473d792 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 18 Jul 2024 20:13:54 +0000 Subject: [PATCH] Change the wget recipe dependency --- recipes/wip/net/download/wget/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/net/download/wget/recipe.toml b/recipes/wip/net/download/wget/recipe.toml index 753b0ee57..81b5d2cd1 100644 --- a/recipes/wip/net/download/wget/recipe.toml +++ b/recipes/wip/net/download/wget/recipe.toml @@ -1,8 +1,8 @@ -#TODO make GnuTLS work +#TODO not compiled or tested [source] tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" [build] template = "configure" dependencies = [ - "gnutls", + "openssl1", ] -- GitLab