multimedia/youtube-viewer: Updated for version 3.3.4.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-06-13 17:08:54 -04:00 committed by Willy Sudiarto Raharjo
parent 72fbb46cf2
commit 9a55c71bc8
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20180613 bkw: updated for 3.3.4.
# 20180111 bkw:
# - updated for 3.3.3.
# - remove unneeded command history patch.
@ -64,7 +66,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.3.3}
VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View File

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.3.3"
VERSION="3.3.4"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.3.3/youtube-viewer-3.3.3.tar.gz"
MD5SUM="382a62e4fd7b02743b33a454b699a4ec"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.3.4/youtube-viewer-3.3.4.tar.gz"
MD5SUM="718d522be9af41c203e97e9afdbb890e"
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"