mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Update recipes
This commit is contained in:
parent
f430c9f683
commit
78508eb198
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-analyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rust-analyzer
|
||||
"""
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user