mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/youtube-viewer: Updated for version 3.2.4.
This commit is contained in:
parent
c5922a3b72
commit
7efc79e843
3 changed files with 12 additions and 4 deletions
|
@ -20,3 +20,8 @@ environment.
|
|||
To force gtk-youtube-viewer to use your preferred terminal for downloading
|
||||
with wget and watching in a terminal, set TERMINAL in the script's
|
||||
environment (e.g. TERMINAL="xterm" or TERMINAL="urxvt").
|
||||
|
||||
When upgrading to 3.2.4, I had to remove my old config file to get the new
|
||||
gtk-youtube-viewer to work correctly. If you have issues after an upgrade:
|
||||
|
||||
rm -f ~/.config/youtube-viewer/gtk-youtube-viewer.conf
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20161017 bkw:
|
||||
# - updated for 3.2.4.
|
||||
|
||||
# 20160804 bkw:
|
||||
# - updated for 3.2.3.
|
||||
# - ARCH=noarch, there is no compiled code here, only perl scripts.
|
||||
|
@ -30,7 +33,7 @@
|
|||
# - Added support for gtk-youtube-viewer
|
||||
|
||||
PRGNAM=youtube-viewer
|
||||
VERSION=${VERSION:-3.2.3}
|
||||
VERSION=${VERSION:-3.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-viewer"
|
||||
VERSION="3.2.3"
|
||||
VERSION="3.2.4"
|
||||
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
|
||||
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.3.tar.gz"
|
||||
MD5SUM="21793f11f8c86a4c7dd20f3615d24dfb"
|
||||
DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.4.tar.gz"
|
||||
MD5SUM="db9e9be22903895a20d8553f518a143e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-lwp-useragent-cached perl-JSON-XS perl-Module-Build"
|
||||
|
|
Loading…
Reference in a new issue