multimedia/youtube-viewer: Updated for version 3.2.4.

This commit is contained in:
B. Watson 2016-10-17 20:31:34 -04:00 committed by Willy Sudiarto Raharjo
parent c5922a3b72
commit 7efc79e843
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 12 additions and 4 deletions

View file

@ -20,3 +20,8 @@ environment.
To force gtk-youtube-viewer to use your preferred terminal for downloading
with wget and watching in a terminal, set TERMINAL in the script's
environment (e.g. TERMINAL="xterm" or TERMINAL="urxvt").
When upgrading to 3.2.4, I had to remove my old config file to get the new
gtk-youtube-viewer to work correctly. If you have issues after an upgrade:
rm -f ~/.config/youtube-viewer/gtk-youtube-viewer.conf

View file

@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20161017 bkw:
# - updated for 3.2.4.
# 20160804 bkw:
# - updated for 3.2.3.
# - ARCH=noarch, there is no compiled code here, only perl scripts.
@ -30,7 +33,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.2.3}
VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.2.3"
VERSION="3.2.4"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.3.tar.gz"
MD5SUM="21793f11f8c86a4c7dd20f3615d24dfb"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.4.tar.gz"
MD5SUM="db9e9be22903895a20d8553f518a143e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-lwp-useragent-cached perl-JSON-XS perl-Module-Build"