aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorcmf <carlosmf.pt@gmail.com>2015-09-04 14:01:26 +0100
committercmf <carlosmf.pt@gmail.com>2015-09-04 14:01:26 +0100
commit11e6466cfb2881369d7d425151560134f10a9dd1 (patch)
treeabc78b84d4f7573c66d7ecf077c665f1900e1865 /utils
parent2722eed56d30e174ebdda85fcbc694beca7c4a5d (diff)
[lvm2] - Update to version 2.02.129
This commit updates (and also fixes) the lvm2 package. The previous Makefile version, was using an incorrect package version (2.02.126), which does not exists at the specified FTP source site. Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/lvm2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile
index a9e65a198..c71332582 100644
--- a/utils/lvm2/Makefile
+++ b/utils/lvm2/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=LVM2
-PKG_VERSION:=2.02.126
+PKG_VERSION:=2.02.129
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 LGPL-2.1
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
-PKG_MD5SUM:=38cd1953b62bd256c9e924adee01e995
+PKG_MD5SUM:=7ddcbf6eee4970068a0ca598fc775a75
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)