From: cmf Date: Fri, 4 Sep 2015 13:01:26 +0000 (+0100) Subject: [lvm2] - Update to version 2.02.129 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=11e6466cfb2881369d7d425151560134f10a9dd1;p=openwrt-packages.git [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 --- 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 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)