From 0e93e135fed5414d499599093ad24085a33ecbcf Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Nov 2024 13:53:05 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/crypto/steg86/recipe.toml           | 2 +-
 recipes/wip/data-integrity/fim/recipe.toml      | 2 +-
 recipes/wip/data-integrity/hashgood/recipe.toml | 2 +-
 recipes/wip/db/skytable/recipe.toml             | 3 +++
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/crypto/steg86/recipe.toml b/recipes/wip/crypto/steg86/recipe.toml
index 234464618..607cbeb4c 100644
--- a/recipes/wip/crypto/steg86/recipe.toml
+++ b/recipes/wip/crypto/steg86/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/woodruffw/steg86"
 [build]
diff --git a/recipes/wip/data-integrity/fim/recipe.toml b/recipes/wip/data-integrity/fim/recipe.toml
index 1dfa7b076..954aadc8b 100644
--- a/recipes/wip/data-integrity/fim/recipe.toml
+++ b/recipes/wip/data-integrity/fim/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/Achiefs/fim"
 [build]
diff --git a/recipes/wip/data-integrity/hashgood/recipe.toml b/recipes/wip/data-integrity/hashgood/recipe.toml
index ec0778f28..98552982c 100644
--- a/recipes/wip/data-integrity/hashgood/recipe.toml
+++ b/recipes/wip/data-integrity/hashgood/recipe.toml
@@ -1,4 +1,4 @@
-#TODO compiled but not tested (after cargo update)
+#TODO compiled but not tested
 [source]
 git = "https://github.com/thombles/hashgood"
 [build]
diff --git a/recipes/wip/db/skytable/recipe.toml b/recipes/wip/db/skytable/recipe.toml
index b389b7a68..a3fac8bc9 100644
--- a/recipes/wip/db/skytable/recipe.toml
+++ b/recipes/wip/db/skytable/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/skytable/skytable"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo_packages skysh skyd
 """
-- 
GitLab