wip/libnettle: fix recipe

This commit is contained in:
Jeremy Soller 2024-01-12 15:13:32 -07:00
parent aac6c5cf76
commit ea3b696975
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -1,9 +1,9 @@
#TODO make gnutls work
[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz"
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
[build]
template = "configure"
depencencies = [
"gnutls",
"libgmp",
dependencies = [
"libgmp"
]