Relocate and update file and jq recipes.

This commit is contained in:
Bendeguz Pisch 2026-01-03 13:46:14 +01:00
parent a95305c06f
commit 9b44e603c8
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"