Fix broken xz recipe

Caused by https://gitlab.redox-os.org/redox-os/cookbook/-/merge_requests/246
This commit is contained in:
jD91mZM2 2020-08-16 21:21:35 +02:00
parent ad2f5c6eee
commit 6f970f298e
No known key found for this signature in database
GPG Key ID: E471B167937421AB

View File

@ -1,5 +1,8 @@
[source]
tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.5"
script = """
./autogen.sh
"""
[build]
template = "custom"