multimedia/youtube-viewer: Updated for version 3.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2015-03-10 22:54:43 +07:00 committed by Willy Sudiarto Raharjo
parent d2cfc2ec68
commit a13de6e92b
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.
# 20150309 bkw: Updated for 3.1.2 release
# 20140806 bkw:
# - Updated for 3.1.1 release. This adds a couple of new deps :(
# - Made perl-LWP-Protocol-https required instead of optional.
@ -15,7 +17,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
VERSION=${VERSION:-3.1.1}
VERSION=${VERSION:-3.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
VERSION="3.1.1"
VERSION="3.1.2"
HOMEPAGE="http://code.google.com/p/trizen/"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.1.1.tar.gz"
MD5SUM="9f486973e6f369c463e088b99a8ac4d6"
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.1.2.tar.gz"
MD5SUM="e512371c3f6d28d2c67397dc2c1d7996"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-xml-fast"