From 158458db5fc95f0f91b816a9374a207e73c9646d Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Wed, 3 Apr 2019 11:37:11 +0200
Subject: [PATCH] python/build/libs.py: upgrade libnfs to 4.0.0

---
 python/build/libs.py | 6 +++---
 1 file 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,
 )