diff options
author | B. Watson <yalhcru@gmail.com> | 2015-03-10 22:54:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-10 22:54:43 +0700 |
commit | a13de6e92bb9d543e2e1e61853714a03abf2fc9b (patch) | |
tree | 1bf31a13ea17807f4797c1193a7e51da1e8d4b84 /multimedia/youtube-viewer/youtube-viewer.SlackBuild | |
parent | d2cfc2ec6858bd00671818193524a2c4294016b2 (diff) | |
download | slackbuilds-a13de6e92bb9d543e2e1e61853714a03abf2fc9b.tar.gz |
multimedia/youtube-viewer: Updated for version 3.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/youtube-viewer/youtube-viewer.SlackBuild')
-rw-r--r-- | multimedia/youtube-viewer/youtube-viewer.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/youtube-viewer/youtube-viewer.SlackBuild b/multimedia/youtube-viewer/youtube-viewer.SlackBuild index 3edb76d5d9..6d44c0c562 100644 --- a/multimedia/youtube-viewer/youtube-viewer.SlackBuild +++ b/multimedia/youtube-viewer/youtube-viewer.SlackBuild @@ -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} |