From 9b44e603c8f881d9181b2d8072bb85b33117e782 Mon Sep 17 00:00:00 2001 From: Bendeguz Pisch Date: Sat, 3 Jan 2026 13:46:14 +0100 Subject: [PATCH] Relocate and update file and jq recipes. --- recipes/dev/jq/recipe.toml | 5 +++++ recipes/{wip => }/tools/file/recipe.toml | 2 +- recipes/wip/dev/other/jq/recipe.toml | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes/dev/jq/recipe.toml rename recipes/{wip => }/tools/file/recipe.toml (54%) delete mode 100644 recipes/wip/dev/other/jq/recipe.toml diff --git a/recipes/dev/jq/recipe.toml b/recipes/dev/jq/recipe.toml new file mode 100644 index 000000000..d51e130f9 --- /dev/null +++ b/recipes/dev/jq/recipe.toml @@ -0,0 +1,5 @@ +#TODO undefined reference +[source] +tar = "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-1.8.1.tar.gz" +[build] +template = "configure" diff --git a/recipes/wip/tools/file/recipe.toml b/recipes/tools/file/recipe.toml similarity index 54% rename from recipes/wip/tools/file/recipe.toml rename to recipes/tools/file/recipe.toml index b8bc7572f..8d17d7549 100644 --- a/recipes/wip/tools/file/recipe.toml +++ b/recipes/tools/file/recipe.toml @@ -1,5 +1,5 @@ #TODO compilation error [source] -tar = "https://astron.com/pub/file/file-5.45.tar.gz" +tar = "https://astron.com/pub/file/file-5.46.tar.gz" [build] template = "configure" diff --git a/recipes/wip/dev/other/jq/recipe.toml b/recipes/wip/dev/other/jq/recipe.toml deleted file mode 100644 index 26932f402..000000000 --- a/recipes/wip/dev/other/jq/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO undefined reference -[source] -tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz" -[build] -template = "configure"