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"