From 4b9e6744da8d214d3ea4c7508085fcdd3e72da49 Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@40608 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/pv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pv/Makefile b/utils/pv/Makefile index eecda865c..d75074d00 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.11.0