From 1872f8d86957cba863ca3c37776ea82cd0f56f41 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 10:31:17 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/net/dqy/recipe.toml       | 2 +-
 recipes/wip/net/freenginx/recipe.toml | 2 +-
 recipes/wip/net/hinoki/recipe.toml    | 2 +-
 recipes/wip/net/hurl/recipe.toml      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/net/dqy/recipe.toml b/recipes/wip/net/dqy/recipe.toml
index 05dc92de1..1878190ab 100644
--- a/recipes/wip/net/dqy/recipe.toml
+++ b/recipes/wip/net/dqy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO mlua-sys crate can't detect the lua54 dependency
 [source]
 git = "https://github.com/dandyvica/dqy"
 [build]
diff --git a/recipes/wip/net/freenginx/recipe.toml b/recipes/wip/net/freenginx/recipe.toml
index ce2a06020..e96d4fb6b 100644
--- a/recipes/wip/net/freenginx/recipe.toml
+++ b/recipes/wip/net/freenginx/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO can't find the options file
 [source]
 tar = "https://freenginx.org/download/nginx-1.24.0.tar.gz"
 [build]
diff --git a/recipes/wip/net/hinoki/recipe.toml b/recipes/wip/net/hinoki/recipe.toml
index c64c258c6..9d6b900eb 100644
--- a/recipes/wip/net/hinoki/recipe.toml
+++ b/recipes/wip/net/hinoki/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/jplatte/hinoki"
 [build]
diff --git a/recipes/wip/net/hurl/recipe.toml b/recipes/wip/net/hurl/recipe.toml
index 9cb9a7e74..b031a15f2 100644
--- a/recipes/wip/net/hurl/recipe.toml
+++ b/recipes/wip/net/hurl/recipe.toml
@@ -2,7 +2,7 @@
 [source]
 git = "https://github.com/Orange-OpenSource/hurl"
 [build]
-template = "cargo"
+template = "custom"
 dependencies = [
     "openssl1",
     "curl",
-- 
GitLab