diff --git a/recipes/dev/git/recipe.toml b/recipes/dev/git/recipe.toml index 52d5b70c..043f88f4 100644 --- a/recipes/dev/git/recipe.toml +++ b/recipes/dev/git/recipe.toml @@ -8,7 +8,7 @@ dependencies=[ "curl", "expat", "nghttp2", - "openssl1", + "openssl3", "zlib" ] template = "custom" diff --git a/recipes/dev/rustpython/recipe.toml b/recipes/dev/rustpython/recipe.toml index d283fe2f..26731310 100644 --- a/recipes/dev/rustpython/recipe.toml +++ b/recipes/dev/rustpython/recipe.toml @@ -9,7 +9,7 @@ patches = [ [build] dependencies = [ - "openssl1", + "openssl3", "zlib", ] template = "custom" diff --git a/recipes/web/netsurf/recipe.toml b/recipes/web/netsurf/recipe.toml index afadba99..2ad9bf01 100644 --- a/recipes/web/netsurf/recipe.toml +++ b/recipes/web/netsurf/recipe.toml @@ -13,7 +13,7 @@ dependencies = [ "libjpeg", "libpng", "nghttp2", - "openssl1", + "openssl3", "sdl1", "zlib", "freetype2",