multimedia/youtube-viewer: Updated for version 3.5.0.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2018-09-17 14:23:07 -04:00 committed by David Spencer
parent 3ec56e8587
commit 7a7f6af4b8
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20180917 bkw: updated for 3.5.0.
# 20180902 bkw: updated for 3.4.1.
# 20180613 bkw: updated for 3.3.4.
@ -61,7 +62,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.4.1}
VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.4.1"
VERSION="3.5.0"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.4.1/youtube-viewer-3.4.1.tar.gz"
MD5SUM="c22325718da537446ab818298fb41114"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.5.0/youtube-viewer-3.5.0.tar.gz"
MD5SUM="3d0234b8be36dab371111f91523f7a65"
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"