From 398b89183fb6eb4fd42f2c1050f9469a96d31929 Mon Sep 17 00:00:00 2001 From: fuzzard Date: Tue, 9 Jun 2020 19:10:42 +1000 Subject: [libnfs] bump to untagged commit to support PR #15686 Bump version to untagged commit hash to support features implemented in https://github.com/xbmc/xbmc/pull/15686 --- tools/depends/target/libnfs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/depends/target/libnfs/Makefile b/tools/depends/target/libnfs/Makefile index f0078185f8..53408de352 100644 --- a/tools/depends/target/libnfs/Makefile +++ b/tools/depends/target/libnfs/Makefile @@ -3,9 +3,10 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libnfs -VERSION=4.0.0 -SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz +VERSION=17f882fbdbe7f739d1285f173781c1525a29a7fa +# Github commit date of version hash +COMMITDATE=2020-06-09 +ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --disable-utils --disable-examples -- cgit v1.2.3