Change the wget recipe dependency

This commit is contained in:
Ribbon 2024-07-18 20:13:54 +00:00
parent 6348d00f9f
commit db3dce54d4

View File

@ -1,8 +1,8 @@
#TODO make GnuTLS work
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz"
[build]
template = "configure"
dependencies = [
"gnutls",
"openssl1",
]