diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 17:25:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 17:25:48 +0200 |
commit | 6543c18cf4c000995ad69b9578caeae8aecdd80f (patch) | |
tree | 4ce97d5da7bf3c25df4bdc5e1ed1f153567c72eb /package/cifs-utils | |
parent | c2bfcd9230585708de63dbb15e160c1f66749a22 (diff) | |
parent | 9e2f663b590fb3f1fcf2f03fe057d129bf58764a (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 |