|
@@ -9,13 +9,13 @@
|
9
|
9
|
include $(TOPDIR)/rules.mk
|
10
|
10
|
|
11
|
11
|
PKG_NAME:=LVM2
|
12
|
|
-PKG_VERSION:=2.02.113
|
|
12
|
+PKG_VERSION:=2.02.114
|
13
|
13
|
PKG_RELEASE:=1
|
14
|
14
|
PKG_LICENSE:=GPL-2.0 LGPL-2.1
|
15
|
15
|
|
16
|
16
|
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
17
|
17
|
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
|
18
|
|
-PKG_MD5SUM:=f71aa8e64030f3d2a3fdabcc36e45094
|
|
18
|
+PKG_MD5SUM:=de826e0736070aed70148ea5ec0ecff9
|
19
|
19
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
20
|
20
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
|
21
|
21
|
|