diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-05 20:41:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-05 20:41:08 +0100 |
commit | 9f77a0951b238c0296e993c0904c2a4abd550927 (patch) | |
tree | 439dcd47cbf5fd10f0f30ad2eeff6f17be64e311 /package/cryptsetup | |
parent | 2cf07c6133be930549293697255d7005cbbaf242 (diff) |
another round of build fixes
Diffstat (limited to 'package/cryptsetup')
-rw-r--r-- | package/cryptsetup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cryptsetup/Makefile b/package/cryptsetup/Makefile index c98e2e8ac..bf71f5a43 100644 --- a/package/cryptsetup/Makefile +++ b/package/cryptsetup/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= cryptsetup -PKG_VERSION:= 1.3.1 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 1f5b5a9d538e8a3c191fb7dd85b9b013 +PKG_VERSION:= 1.6.3 +PKG_RELEASE:= 1 +PKG_MD5SUM:= a7aeb549a543eeac433eadfb6bc67837 PKG_DESCR:= LUKS cryptsetup tools PKG_SECTION:= crypto PKG_DEPENDS:= libgcrypt device-mapper libuuid libpopt |