summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-16 10:56:29 +0200
committerMax Kellermann <max@musicpd.org>2018-07-16 10:58:19 +0200
commit7393e1cba199c1e74b538b9653bc428f153f2b25 (patch)
tree7f4462785001416e8ebe32d9b4aee996d6534cfe /python
parentceee47fda806884a43648027fda6c1229f47a021 (diff)
python/build/libs: upgrade libnfs to 3.0.0
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index f5d40bdb4..aa152c35e 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -365,8 +365,8 @@ curl = AutotoolsProject(
)
libnfs = AutotoolsProject(
- 'https://github.com/sahlberg/libnfs/archive/libnfs-2.0.0.tar.gz',
- '7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e',
+ 'https://github.com/sahlberg/libnfs/archive/libnfs-3.0.0.tar.gz',
+ '445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5',
'lib/libnfs.a',
[
'--disable-shared', '--enable-static',
@@ -375,7 +375,7 @@ libnfs = AutotoolsProject(
# work around -Wtautological-compare
'--disable-werror',
],
- base='libnfs-libnfs-2.0.0',
+ base='libnfs-libnfs-3.0.0',
autoreconf=True,
)