Sfoglia il codice sorgente

cryptsetup: bump version

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 10 anni fa
parent
commit
ee912a3869
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      utils/cryptsetup/Makefile

+ 2
- 2
utils/cryptsetup/Makefile Vedi File

@@ -8,14 +8,14 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=cryptsetup
11
-PKG_VERSION:=1.6.6
11
+PKG_VERSION:=1.6.7
12 12
 PKG_RELEASE:=1
13 13
 PKG_LICENSE:=GPL-2.0+ LGPL-2.1+
14 14
 PKG_LICENSE_FILES:=COPYING COPYING.LGPL
15 15
 
16 16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
17 17
 PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v1.6
18
-PKG_MD5SUM:=179c0781de59838a4e39f61b2df5ea48
18
+PKG_MD5SUM:=918406eb5d2e2f5a7348c432ea9b1473
19 19
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
20 20
 
21 21
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)