multimedia/youtube-viewer: Updated for version 3.2.5.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-01 13:48:39 -05:00 committed by Willy Sudiarto Raharjo
parent 3a30afdd1f
commit 683d928788
2 changed files with 9 additions and 4 deletions

View file

@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170301 bkw:
# - updated for 3.2.5.
# - use 'long format' download URL, as per David Spencer's post to
# the mailing list (thanks David!)
# 20161017 bkw:
# - updated for 3.2.4.
@ -33,7 +38,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.2.4}
VERSION=${VERSION:-3.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.2.4"
VERSION="3.2.5"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.4.tar.gz"
MD5SUM="db9e9be22903895a20d8553f518a143e"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.5/youtube-viewer-3.2.5.tar.gz"
MD5SUM="7aad0dfec331167dbedabdb0413cce9f"
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"