summaryrefslogtreecommitdiff
path: root/python/build/libs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/build/libs.py')
-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 fc7cd345e..ac7984afb 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -375,8 +375,8 @@ libexpat = AutotoolsProject(
)
libnfs = AutotoolsProject(
- 'https://github.com/sahlberg/libnfs/archive/libnfs-3.0.0.tar.gz',
- '445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5',
+ 'https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz',
+ '6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d',
'lib/libnfs.a',
[
'--disable-shared', '--enable-static',
@@ -387,7 +387,7 @@ libnfs = AutotoolsProject(
'--disable-utils', '--disable-examples',
],
- base='libnfs-libnfs-3.0.0',
+ base='libnfs-libnfs-4.0.0',
autoreconf=True,
)