Update recipes

This commit is contained in:
Ribbon 2024-04-26 04:20:51 +00:00
parent f430c9f683
commit 78508eb198
3 changed files with 6 additions and 3 deletions

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/rust-lang/rust-analyzer"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages rust-analyzer
"""

View File

@ -1,5 +1,5 @@
#TODO Compilation error
[source]
tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
tar = "https://nginx.org/download/nginx-1.26.0.tar.gz"
[build]
template = "configure"

View File

@ -2,7 +2,7 @@
#TODO use the GTK2 or wxWidgets frontend?
#TODO probably need audio server patching
[source]
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz"
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz"
[build]
template = "custom"
dependencies = [