diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-27 11:13:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-27 11:13:25 +0200 |
commit | 1f4b752f9fa78037cf6ba12b4dce463ee98674c0 (patch) | |
tree | 4d86313d2a1c8572d57d990d7ea7878c6ba20832 /package/cifs-utils/Makefile | |
parent | c1bbcc50a91c9e2fa95fad9f3d156b354fb8c246 (diff) |
update cifs-utils to latest upstream
Diffstat (limited to 'package/cifs-utils/Makefile')
-rw-r--r-- | package/cifs-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cifs-utils/Makefile b/package/cifs-utils/Makefile index 4b718b07d..e12c6caf7 100644 --- a/package/cifs-utils/Makefile +++ b/package/cifs-utils/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= cifs-utils -PKG_VERSION:= 6.0 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 371e007a201be90c16497cd9bd5e2553 +PKG_VERSION:= 6.1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= f83ef48ab1154aa74dd4cf1c1202bf04 PKG_DESCR:= CIFS utilities PKG_SECTION:= net/fs PKG_DEPENDS:= kmod-cifs |