multimedia/youtube-viewer: Updated for version 3.2.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
750068af9e
commit
f3d332b3ee
|
@ -10,6 +10,8 @@ Optional dependencies:
|
|||
perl-gtk2 and perl-File-ShareDir - for gtk-youtube-viewer.
|
||||
perl-Text-CharWidth - for better formatting in the terminal.
|
||||
perl-Term-ReadLine-Gnu - for command editing/history in the terminal.
|
||||
youtube-dl - if this is present, youtube-viewer will use it to detect
|
||||
available formats for the video.
|
||||
|
||||
This build always includes the command-line client (youtube-viewer). For
|
||||
the GTK client (gtk-youtube-viewer), install perl-gtk2 and
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170614 bkw:
|
||||
# - updated for 3.2.8.
|
||||
|
||||
# 20170423 bkw:
|
||||
# - updated for 3.2.7.
|
||||
|
||||
|
@ -44,7 +47,7 @@
|
|||
# - Added support for gtk-youtube-viewer
|
||||
|
||||
PRGNAM=youtube-viewer
|
||||
VERSION=${VERSION:-3.2.7}
|
||||
VERSION=${VERSION:-3.2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-viewer"
|
||||
VERSION="3.2.7"
|
||||
VERSION="3.2.8"
|
||||
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
|
||||
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.7/youtube-viewer-3.2.7.tar.gz"
|
||||
MD5SUM="7758a63776ceff9eeeef091cd5b95df6"
|
||||
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.8/youtube-viewer-3.2.8.tar.gz"
|
||||
MD5SUM="ee94fc7fe83f5e3c6416cd7a1472c50b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-lwp-useragent-cached perl-JSON perl-JSON-XS perl-Module-Build"
|
||||
|
|
Loading…
Reference in New Issue