Merge branch 'recipe-updates' into 'master'

Relocate and update file and jq recipes.

See merge request redox-os/redox!1808
This commit is contained in:
Jeremy Soller 2026-01-03 06:12:06 -07:00
commit e878a68055
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"