pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pipe-viewer: Update to 0.1.5



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 10 22:48:52 2021 +0200
Changeset:	b5bcd502ca551ee2337b4cca1192ab8b33b105b4

Modified Files:
	pipe-viewer/Makefile
	pipe-viewer/distinfo

Log Message:
pipe-viewer: Update to 0.1.5

Changes:
0.1.5
-----
 - Workaround for the throttling issue.
 - Added the force_fallback config-option. (disabled by default)

0.1.4
-----
 - Extended the `get_video_id_re` regular expression to support URI-encoded YouTube URLs.
 - GUI: update the list of saved and subscribed channels on-demand, in order to prevent data loss.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5bcd502ca551ee2337b4cca1192ab8b33b105b4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pipe-viewer/Makefile | 2 +-
 pipe-viewer/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/pipe-viewer/Makefile b/pipe-viewer/Makefile
index e449c196a7..f3ccda432b 100644
--- a/pipe-viewer/Makefile
+++ b/pipe-viewer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pipe-viewer-0.1.3
+DISTNAME=	pipe-viewer-0.1.5
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
 
diff --git a/pipe-viewer/distinfo b/pipe-viewer/distinfo
index 73456d5f91..b3415d0e18 100644
--- a/pipe-viewer/distinfo
+++ b/pipe-viewer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (pipe-viewer-0.1.3.tar.gz) = f1ca264f23793befd421ad46ff4ec63ff5f456b4
-SHA512 (pipe-viewer-0.1.3.tar.gz) = 3131c8d3abb57e92cb575359dd01a1776aa7581b7faf76466013ecbb772b4d1610c055c7f400ce998075b686f635d55a908ab4c59d315b7cb9498d8d077b1ce7
-Size (pipe-viewer-0.1.3.tar.gz) = 258624 bytes
+RMD160 (pipe-viewer-0.1.5.tar.gz) = 4110272e87e8cdb873bad01b4a4f0b0b0e021bdf
+SHA512 (pipe-viewer-0.1.5.tar.gz) = a5e36bfc90542029453727551c646b767b6f0dcb2eb662765a46c5500b8a1ccabf5ff9d59c082b2e8a344c87b5aa490f88e2d495773cdff656262408d69af04b
+Size (pipe-viewer-0.1.5.tar.gz) = 258809 bytes


Home | Main Index | Thread Index | Old Index