From 74bcf0f1d2c792bbff7d580f186fc9f1935212b9 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 17 Dec 2023 03:14:46 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/cargo-msrv/recipe.toml        | 2 +-
 recipes/wip/cargo-mutants/recipe.toml     | 4 +++-
 recipes/wip/cargo-tarpaulin/recipe.toml   | 3 ++-
 recipes/wip/cargo-ui/recipe.toml          | 3 ++-
 recipes/wip/cargo-watch/recipe.toml       | 3 ++-
 recipes/wip/cargo-zigbuild/recipe.toml    | 5 +++--
 recipes/wip/cava/recipe.toml              | 3 ++-
 recipes/wip/cb/recipe.toml                | 5 +----
 recipes/wip/cbindgen/recipe.toml          | 3 ++-
 recipes/wip/celeste/recipe.toml           | 3 ++-
 recipes/wip/chess-tui/recipe.toml         | 3 ++-
 recipes/wip/choose/recipe.toml            | 4 ++--
 recipes/wip/cicada/recipe.toml            | 3 ++-
 recipes/wip/cling/recipe.toml             | 3 ++-
 recipes/wip/clipshare-desktop/recipe.toml | 3 ++-
 recipes/wip/clipshare-server/recipe.toml  | 3 ++-
 recipes/wip/clog-cli/recipe.toml          | 2 +-
 recipes/wip/cmark/recipe.toml             | 3 ++-
 recipes/wip/cmus/recipe.toml              | 3 ++-
 recipes/wip/cobalt/recipe.toml            | 3 ++-
 recipes/wip/codevis/recipe.toml           | 3 ++-
 recipes/wip/conky/recipe.toml             | 3 ++-
 recipes/wip/converseen/recipe.toml        | 3 ++-
 recipes/wip/cotp/recipe.toml              | 3 ++-
 24 files changed, 47 insertions(+), 29 deletions(-)

diff --git a/recipes/wip/cargo-msrv/recipe.toml b/recipes/wip/cargo-msrv/recipe.toml
index b4a03c13a..60eac40ca 100644
--- a/recipes/wip/cargo-msrv/recipe.toml
+++ b/recipes/wip/cargo-msrv/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error (after a patch on ring)
 [source]
 git = "https://github.com/foresterre/cargo-msrv"
 [build]
diff --git a/recipes/wip/cargo-mutants/recipe.toml b/recipes/wip/cargo-mutants/recipe.toml
index d32410108..8a2ac5a49 100644
--- a/recipes/wip/cargo-mutants/recipe.toml
+++ b/recipes/wip/cargo-mutants/recipe.toml
@@ -1,5 +1,7 @@
 #TODO camino crate error
 [source]
-tar = "https://github.com/sourcefrog/cargo-mutants/archive/refs/tags/cargo-mutants-1.2.3.tar.gz"
+git = "https://github.com/sourcefrog/cargo-mutants"
+rev = "6c254852eb79273b87e2ec50606bf82f9a5db0b6"
+rev = "
 [build]
 template = "cargo"
diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml
index a1e661d5f..94e775c61 100644
--- a/recipes/wip/cargo-tarpaulin/recipe.toml
+++ b/recipes/wip/cargo-tarpaulin/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/xd009642/tarpaulin/archive/refs/tags/0.27.1.tar.gz"
+git = "https://github.com/xd009642/tarpaulin"
+rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
 [build]
 template = "cargo"
diff --git a/recipes/wip/cargo-ui/recipe.toml b/recipes/wip/cargo-ui/recipe.toml
index a2201de41..bd99c8e18 100644
--- a/recipes/wip/cargo-ui/recipe.toml
+++ b/recipes/wip/cargo-ui/recipe.toml
@@ -1,6 +1,7 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/slint-ui/cargo-ui/archive/refs/tags/v0.3.3.tar.gz"
+git = "https://github.com/slint-ui/cargo-ui"
+rev = "230652da8e9d91f109d5e4be3a5831452243ebc0"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/cargo-watch/recipe.toml b/recipes/wip/cargo-watch/recipe.toml
index 58608f2fb..ea70a171b 100644
--- a/recipes/wip/cargo-watch/recipe.toml
+++ b/recipes/wip/cargo-watch/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/watchexec/cargo-watch/archive/refs/tags/v8.4.1.tar.gz"
+git = "https://github.com/watchexec/cargo-watch"
+rev = "0a85f5f76bf35009233f751c91f02d31afd2b94f"
 [build]
 template = "cargo"
diff --git a/recipes/wip/cargo-zigbuild/recipe.toml b/recipes/wip/cargo-zigbuild/recipe.toml
index d98b1a85a..fae69d6a0 100644
--- a/recipes/wip/cargo-zigbuild/recipe.toml
+++ b/recipes/wip/cargo-zigbuild/recipe.toml
@@ -1,6 +1,7 @@
-#TODO Not compiled or tested yet
+#TODO Not compiled or tested
 [source]
-tar = "https://github.com/rust-cross/cargo-zigbuild/archive/refs/tags/v0.16.12.tar.gz"
+git = "https://github.com/rust-cross/cargo-zigbuild"
+rev = "52be7dd2359cfbca8f1d0c1ae36b4f7bae64bafc"
 [build]
 template = "cargo"
 dependencies = [
diff --git a/recipes/wip/cava/recipe.toml b/recipes/wip/cava/recipe.toml
index 5caa78cd1..ba6f0581c 100644
--- a/recipes/wip/cava/recipe.toml
+++ b/recipes/wip/cava/recipe.toml
@@ -1,6 +1,7 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/karlstav/cava/archive/refs/tags/0.9.1.tar.gz"
+git = "https://github.com/karlstav/cava"
+rev = "81211e9e16302312ee4322a99840c110bce0e13d"
 [build]
 template = "configure"
 dependencies = [
diff --git a/recipes/wip/cb/recipe.toml b/recipes/wip/cb/recipe.toml
index bf68a3b21..1b7ee865e 100644
--- a/recipes/wip/cb/recipe.toml
+++ b/recipes/wip/cb/recipe.toml
@@ -1,9 +1,6 @@
 #TODO missing script for "make", see https://github.com/yaa110/cb#build-manually
-#TODO probably wrong dependency
+#TODO add the X11 libraries
 [source]
 git = "https://github.com/yaa110/cb"
 [build]
 template = "custom"
-dependencies = [
-    "libxcb",
-]
diff --git a/recipes/wip/cbindgen/recipe.toml b/recipes/wip/cbindgen/recipe.toml
index 48edb3108..39423ad95 100644
--- a/recipes/wip/cbindgen/recipe.toml
+++ b/recipes/wip/cbindgen/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/mozilla/cbindgen/archive/refs/tags/0.26.0.tar.gz"
+git = "https://github.com/mozilla/cbindgen"
+rev = "703b53c06f9fe2dbc0193d67626558cfa84a0f62"
 [build]
 template = "cargo"
diff --git a/recipes/wip/celeste/recipe.toml b/recipes/wip/celeste/recipe.toml
index 7436dbdd8..20cf99ac3 100644
--- a/recipes/wip/celeste/recipe.toml
+++ b/recipes/wip/celeste/recipe.toml
@@ -1,6 +1,7 @@
 #TODO missing script for "just" and require Go, see https://github.com/hwittenborn/celeste/blob/develop/BUILDING.md
 [source]
-tar = "https://github.com/hwittenborn/celeste/archive/refs/tags/v0.8.1.tar.gz"
+git = "https://github.com/hwittenborn/celeste"
+rev = "2ea8dc00ed001d045792e974b46264d920090606"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/chess-tui/recipe.toml b/recipes/wip/chess-tui/recipe.toml
index fd4814d0a..b18111051 100644
--- a/recipes/wip/chess-tui/recipe.toml
+++ b/recipes/wip/chess-tui/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/thomas-mauran/chess-tui/archive/refs/tags/1.0.0.tar.gz"
+git = "https://github.com/thomas-mauran/chess-tui"
+rev = "b61e559b26e4de63808509fc2626730a4ff31774"
 [build]
 template = "cargo"
diff --git a/recipes/wip/choose/recipe.toml b/recipes/wip/choose/recipe.toml
index e9b1b8f2e..cc212bdb5 100644
--- a/recipes/wip/choose/recipe.toml
+++ b/recipes/wip/choose/recipe.toml
@@ -1,5 +1,5 @@
-#TODO compiled after cargo update but not tested
+#TODO compiled but not tested (after cargo update)
 [source]
-tar = "https://github.com/theryangeary/choose/archive/refs/tags/v1.3.4.tar.gz"
+git = "https://github.com/theryangeary/choose"
 [build]
 template = "cargo"
diff --git a/recipes/wip/cicada/recipe.toml b/recipes/wip/cicada/recipe.toml
index 97de79ae2..373953ad7 100644
--- a/recipes/wip/cicada/recipe.toml
+++ b/recipes/wip/cicada/recipe.toml
@@ -1,5 +1,6 @@
 #TODO missing script for "make", see https://github.com/mitnk/cicada/blob/master/docs/install.md#option-c-via-source
 [source]
-tar = "https://github.com/mitnk/cicada/archive/refs/tags/v0.9.38.tar.gz"
+git = "https://github.com/mitnk/cicada"
+rev = "710988133335582d43c74e04d0d7f95c034e2c21"
 [build]
 template = "custom"
diff --git a/recipes/wip/cling/recipe.toml b/recipes/wip/cling/recipe.toml
index 3471b28c7..483e3d2bc 100644
--- a/recipes/wip/cling/recipe.toml
+++ b/recipes/wip/cling/recipe.toml
@@ -1,5 +1,6 @@
 #TODO missing script for CMake, see https://github.com/vgvassilev/cling#building-from-source
 [source]
-tar = "https://github.com/vgvassilev/cling/archive/refs/tags/v1.0.tar.gz"
+git = "https://github.com/vgvassilev/cling"
+rev = "ab81cdcc61f26dfd6a31fb141f1f4b335f6922be"
 [build]
 template = "custom"
diff --git a/recipes/wip/clipshare-desktop/recipe.toml b/recipes/wip/clipshare-desktop/recipe.toml
index 482f745db..708eb838a 100644
--- a/recipes/wip/clipshare-desktop/recipe.toml
+++ b/recipes/wip/clipshare-desktop/recipe.toml
@@ -1,6 +1,7 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/RastislavKish/clipshare/archive/refs/tags/v0.1.2.tar.gz"
+git = "https://github.com/RastislavKish/clipshare"
+rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/clipshare-server/recipe.toml b/recipes/wip/clipshare-server/recipe.toml
index 5a755d33f..afc0cb163 100644
--- a/recipes/wip/clipshare-server/recipe.toml
+++ b/recipes/wip/clipshare-server/recipe.toml
@@ -1,6 +1,7 @@
 #TODO probably wrong script, see https://github.com/RastislavKish/clipshare#building
 [source]
-tar = "https://github.com/RastislavKish/clipshare/archive/refs/tags/v0.1.2.tar.gz"
+git = "https://github.com/RastislavKish/clipshare"
+rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/clog-cli/recipe.toml b/recipes/wip/clog-cli/recipe.toml
index 961c198b6..be39ed4de 100644
--- a/recipes/wip/clog-cli/recipe.toml
+++ b/recipes/wip/clog-cli/recipe.toml
@@ -1,5 +1,5 @@
 #TODO Needs to patch the rustc-serialize crate and update the redox_syscall version
 [source]
-tar = "https://github.com/clog-tool/clog-cli/archive/refs/tags/v0.9.3.tar.gz"
+git = "https://github.com/clog-tool/clog-cli"
 [build]
 template = "cargo"
diff --git a/recipes/wip/cmark/recipe.toml b/recipes/wip/cmark/recipe.toml
index 177f3d131..59789b0b9 100644
--- a/recipes/wip/cmark/recipe.toml
+++ b/recipes/wip/cmark/recipe.toml
@@ -1,5 +1,6 @@
 #TODO missing script for CMake, see https://github.com/commonmark/cmark#installing
 [source]
-tar = "https://github.com/commonmark/cmark/archive/refs/tags/0.30.3.tar.gz"
+git = "https://github.com/commonmark/cmark"
+rev = "5ba25ff40eba44c811f79ab6a792baf945b8307c"
 [build]
 template = "custom"
diff --git a/recipes/wip/cmus/recipe.toml b/recipes/wip/cmus/recipe.toml
index 581350c37..f93716f29 100644
--- a/recipes/wip/cmus/recipe.toml
+++ b/recipes/wip/cmus/recipe.toml
@@ -1,6 +1,7 @@
 #TODO Not compiled or tested yet
 [source]
-tar = "https://github.com/cmus/cmus/archive/refs/tags/v2.10.0.tar.gz"
+git = "https://github.com/cmus/cmus"
+rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e"
 [build]
 template = "configure"
 dependencies = [
diff --git a/recipes/wip/cobalt/recipe.toml b/recipes/wip/cobalt/recipe.toml
index fcabfc166..1b68360a6 100644
--- a/recipes/wip/cobalt/recipe.toml
+++ b/recipes/wip/cobalt/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/cobalt-org/cobalt.rs/archive/refs/tags/v0.19.0.tar.gz"
+git = "https://github.com/cobalt-org/cobalt.rs"
+rev = "70e8e19631819c7f552b63c35f4907920d23ae22"
 [build]
 template = "cargo"
diff --git a/recipes/wip/codevis/recipe.toml b/recipes/wip/codevis/recipe.toml
index f61724941..30245fbec 100644
--- a/recipes/wip/codevis/recipe.toml
+++ b/recipes/wip/codevis/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/sloganking/codevis/archive/refs/tags/v0.8.4.tar.gz"
+git = "https://github.com/sloganking/codevis"
+rev = "af85406a2e5ebe3a0c8d1cd679c8184f6f7a99d2"
 [build]
 template = "cargo"
diff --git a/recipes/wip/conky/recipe.toml b/recipes/wip/conky/recipe.toml
index 5e3097884..a9d69bef7 100644
--- a/recipes/wip/conky/recipe.toml
+++ b/recipes/wip/conky/recipe.toml
@@ -1,6 +1,7 @@
 #TODO probably wrong script, see https://conky.cc/documents/compiling
 [source]
-tar = "https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.6.tar.gz"
+git = "https://github.com/brndnmtthws/conky"
+rev = "bbdc7081aec27daafca07fc40523335a2ea0a992"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/converseen/recipe.toml b/recipes/wip/converseen/recipe.toml
index 40bd9848c..0992b8cd0 100644
--- a/recipes/wip/converseen/recipe.toml
+++ b/recipes/wip/converseen/recipe.toml
@@ -1,6 +1,7 @@
 #TODO missing script for CMake, see https://github.com/Faster3ck/Converseen/blob/main/INSTALL.md#install-converseen-using-qt6
 [source]
-tar = "https://github.com/Faster3ck/Converseen/archive/refs/tags/v0.12.0.0.tar.gz"
+git = "https://github.com/Faster3ck/Converseen"
+rev = "9b2821b5ed6673a7abebbe4ee42f4718ab366485"
 [build]
 template = "custom"
 dependencies = [
diff --git a/recipes/wip/cotp/recipe.toml b/recipes/wip/cotp/recipe.toml
index e8c68d9ac..fdd9c8dfb 100644
--- a/recipes/wip/cotp/recipe.toml
+++ b/recipes/wip/cotp/recipe.toml
@@ -1,6 +1,7 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/replydev/cotp/archive/refs/tags/v1.3.0.tar.gz"
+git = "https://github.com/replydev/cotp"
+rev = "ac3c11dda7b66c0c70a4106b769b5db53becc558"
 [build]
 template = "cargo"
 dependencies = [
-- 
GitLab