diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 16:22:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 16:22:31 +0200 |
commit | 9e2f663b590fb3f1fcf2f03fe057d129bf58764a (patch) | |
tree | 852729f8936531a15631a0a5ae5608b9355ee227 /package/cifs-utils | |
parent | 48d5f90b13f0cf886417a2b408547a7310e56102 (diff) | |
parent | f1ed9c711fd901acee1f8f22f8e7a4440f181fe5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cifs-utils')
-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 |