From f6a392c8a63de53f6d70b2fa3bbdcb097e539c51 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 27 Aug 2018 16:26:24 -0700 Subject: [PATCH] pv: Update to 1.6.6 Changed URLs to HTTPS. uscan might track is properly now. Signed-off-by: Rosen Penev --- utils/pv/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/pv/Makefile b/utils/pv/Makefile index 7c7378c2d3..7348812fe8 100644 --- a/utils/pv/Makefile +++ b/utils/pv/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pv -PKG_VERSION:=1.5.3 +PKG_VERSION:=1.6.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.ivarch.com/programs/sources/ -PKG_HASH:=76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e +PKG_SOURCE_URL:=https://www.ivarch.com/programs/sources +PKG_HASH:=608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1 PKG_LICENSE:=Artistic-2.0 PKG_MAINTAINER:=Jo-Philipp Wich @@ -26,7 +26,7 @@ define Package/pv SECTION:=utils CATEGORY:=Utilities TITLE:=Shell pipeline element to meter data passing through - URL:=http://www.ivarch.com/programs/pv.shtml + URL:=https://www.ivarch.com/programs/pv.shtml endef define Package/pv/description