From: Jan Willies Date: Tue, 17 May 2011 12:40:10 +0000 (+0000) Subject: cryptsetup: update to 1.3.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=11c89a1598401c97379c446e577a3be98744c9ea;p=openwrt%2Fsvn-archive%2Fpackages.git cryptsetup: update to 1.3.0 SVN-Revision: 26925 --- diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index 89f5dc791..0ba3fcdd6 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptsetup -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://cryptsetup.googlecode.com/files/ -PKG_MD5SUM:=8177f1833f4d6aaacc5812046d2010b6 +PKG_MD5SUM:=d2bc0fd59c1118ec3bfae099af38d333 include $(INCLUDE_DIR)/package.mk