multimedia/youtube-viewer: Updated for version 3.2.7.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-04-23 18:52:23 -04:00 committed by Willy Sudiarto Raharjo
parent a7b89a4c77
commit be51ea1d0a
2 changed files with 7 additions and 4 deletions

View file

@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170423 bkw:
# - updated for 3.2.7.
# 20170324 bkw:
# - updated for 3.2.6.
@ -41,7 +44,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.2.6}
VERSION=${VERSION:-3.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.2.6"
VERSION="3.2.7"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.6/youtube-viewer-3.2.6.tar.gz"
MD5SUM="cde01113e4e9bb5c1011b7316bde1cac"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.7/youtube-viewer-3.2.7.tar.gz"
MD5SUM="7758a63776ceff9eeeef091cd5b95df6"
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"