pv: Update to 1.6.6 7680/head
authorRosen Penev <rosenp@gmail.com>
Mon, 27 Aug 2018 23:26:24 +0000 (16:26 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 16 Dec 2018 05:35:30 +0000 (21:35 -0800)
Changed URLs to HTTPS.

uscan might track is properly now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/pv/Makefile

index 7c7378c2d3dd28a23711adfcaec43d49c07f9551..7348812fe82eda51d320bc6bda42d9698d9f4015 100644 (file)
@@ -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 <jo@mein.io>
 
@@ -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