diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-03 11:37:11 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-03 11:37:33 +0200 |
commit | 158458db5fc95f0f91b816a9374a207e73c9646d (patch) | |
tree | 7235b5239fd45cff518356e32f0f25e4dcdd880e /python/build/libs.py | |
parent | e183ab5cf839d61ed2d90dc44b3ca17700da5f00 (diff) |
python/build/libs.py: upgrade libnfs to 4.0.0
Diffstat (limited to 'python/build/libs.py')
-rw-r--r-- | python/build/libs.py | 6 |
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, ) |