diff options
-rw-r--r-- | lib/libnfs/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libnfs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnfs/Makefile b/lib/libnfs/Makefile index aa4605f7ef..97cbe8a89c 100644 --- a/lib/libnfs/Makefile +++ b/lib/libnfs/Makefile @@ -6,7 +6,7 @@ # lib name, version LIBNAME=libnfs -VERSION=48593f5 +VERSION=9115b88 SOURCE=$(LIBNAME)-$(VERSION) # download location and format BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs diff --git a/tools/darwin/depends/libnfs/Makefile b/tools/darwin/depends/libnfs/Makefile index 23dc1753a1..25e3a2c046 100644 --- a/tools/darwin/depends/libnfs/Makefile +++ b/tools/darwin/depends/libnfs/Makefile @@ -3,7 +3,7 @@ include ../config.site.mk # lib name, version LIBNAME=libnfs -VERSION=48593f5 +VERSION=9115b88 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |