From 904ad8f61c516dcb415de5ed289bd8f9e1337de4 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 1 Jan 2024 17:02:58 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/battleship-rs/recipe.toml   | 2 +-
 recipes/wip/fuga/recipe.toml            | 2 +-
 recipes/wip/havn/recipe.toml            | 2 +-
 recipes/wip/nakamoto-wallet/recipe.toml | 2 +-
 recipes/wip/proto/recipe.toml           | 4 ++--
 recipes/wip/tailspin/recipe.toml        | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/wip/battleship-rs/recipe.toml b/recipes/wip/battleship-rs/recipe.toml
index d0bf3cdfd..2c7344faa 100644
--- a/recipes/wip/battleship-rs/recipe.toml
+++ b/recipes/wip/battleship-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/deepu105/battleship-rs"
 [build]
diff --git a/recipes/wip/fuga/recipe.toml b/recipes/wip/fuga/recipe.toml
index 56c8be5d5..1376c997f 100644
--- a/recipes/wip/fuga/recipe.toml
+++ b/recipes/wip/fuga/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/liebe-magi/fuga"
 [build]
diff --git a/recipes/wip/havn/recipe.toml b/recipes/wip/havn/recipe.toml
index ea1e8e55f..f8076d7b6 100644
--- a/recipes/wip/havn/recipe.toml
+++ b/recipes/wip/havn/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/mrjackwills/havn"
 [build]
diff --git a/recipes/wip/nakamoto-wallet/recipe.toml b/recipes/wip/nakamoto-wallet/recipe.toml
index e9e2230f3..2fecaf7d9 100644
--- a/recipes/wip/nakamoto-wallet/recipe.toml
+++ b/recipes/wip/nakamoto-wallet/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO hidapi crate error - redox not supported (after cargo update)
 [source]
 git = "https://github.com/cloudhead/nakamoto"
 [build]
diff --git a/recipes/wip/proto/recipe.toml b/recipes/wip/proto/recipe.toml
index dae4a215b..135771ae4 100644
--- a/recipes/wip/proto/recipe.toml
+++ b/recipes/wip/proto/recipe.toml
@@ -1,6 +1,6 @@
-#TODO Not compiled or tested
+#TODO fs-set-times crate error
 [source]
-tar = "https://github.com/moonrepo/proto/releases/download/v0.26.2/source.tar.gz"
+git = "https://github.com/moonrepo/proto"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tailspin/recipe.toml b/recipes/wip/tailspin/recipe.toml
index 8923eef1e..288cd556d 100644
--- a/recipes/wip/tailspin/recipe.toml
+++ b/recipes/wip/tailspin/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/bensadeh/tailspin"
 [build]
-- 
GitLab