cryptsetup: Update to 2.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
7f71fa5a8d
commit
dac07561bf
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cryptsetup
|
||||
PKG_VERSION:=2.0.3
|
||||
PKG_VERSION:=2.0.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-2.0+ LGPL-2.1+
|
||||
PKG_LICENSE_FILES:=COPYING COPYING.LGPL
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v2.0
|
||||
PKG_HASH:=4d6cca04c1f5ff4a68d045d190efb2623087eda0274ded92f92a4b6911e501d4
|
||||
PKG_HASH:=9d3a3c7033293e0c97f0ad0501fd5b4d4913ae497cbf70cca06633ccc54b5734
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
@ -30,7 +30,7 @@ define Package/cryptsetup/Default
|
|||
SUBMENU:=Encryption
|
||||
TITLE:=Cryptsetup
|
||||
DEPENDS:=+libblkid +libuuid +libpopt +lvm2 +libdevmapper +libjson-c +@KERNEL_DIRECT_IO
|
||||
URL:=http://code.google.com/p/cryptsetup/
|
||||
URL:=https://gitlab.com/cryptsetup/cryptsetup/
|
||||
endef
|
||||
|
||||
define Package/cryptsetup
|
||||
|
|
Loading…
Reference in a new issue