From: Jan Willies Date: Tue, 24 May 2011 16:03:51 +0000 (+0000) Subject: cryptsetup: update to 1.3.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a8c55618905bb807a61f2eee6f15c71ce4cacfe4;p=openwrt%2Fsvn-archive%2Fpackages.git cryptsetup: update to 1.3.1 SVN-Revision: 27003 --- diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index 0ba3fcdd6..cf7c002a9 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptsetup -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://cryptsetup.googlecode.com/files/ -PKG_MD5SUM:=d2bc0fd59c1118ec3bfae099af38d333 +PKG_MD5SUM:=1f5b5a9d538e8a3c191fb7dd85b9b013 include $(INCLUDE_DIR)/package.mk