From 137ed3f51fde7069d89520173502c7044d50fc0b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 30 Apr 2014 21:17:29 +0000 Subject: [PATCH] pv: bump to version 1.5.2 we got segfault with pv v1.2.0 on mpc85xx. So I updated it to the latest v1.5.2 and it seems to be ok. Signed-off-by: Martin Strbacka SVN-Revision: 40608 --- utils/pv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pv/Makefile b/utils/pv/Makefile index eecda865cc..d75074d00b 100644 --- a/utils/pv/Makefile +++ b/utils/pv/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pv -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.5.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://pipeviewer.googlecode.com/files -PKG_MD5SUM:=67aedf6dbcd068d5feeaa76156153f4f +PKG_SOURCE_URL:=http://www.ivarch.com/programs/sources/ +PKG_MD5SUM:=fdcd0be1e333602f82a70921b87976b8 PKG_INSTALL:=1 -- 2.30.2