diff options
-rw-r--r-- | package/libnfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libnfs/Makefile b/package/libnfs/Makefile index e394aab0e..44f63fd80 100644 --- a/package/libnfs/Makefile +++ b/package/libnfs/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libnfs -PKG_VERSION:= 1.9.3 +PKG_VERSION:= 1.9.7 PKG_RELEASE:= 1 -PKG_HASH:= f408f2b226fd1824803889328e238a3cce6e1664c34f987b5f6dc5384e184e1b +PKG_HASH:= f4fa071de1a8b15f0160a5414fcf4fbbfc4882de1f6758cf3c4187aec68b3f68 PKG_DESCR:= nfs client library PKG_SECTION:= libs/net PKG_URL:= https://github.com/sahlberg/libnfs |