mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/youtube-viewer: Updated for version 3.2.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
3a30afdd1f
commit
683d928788
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue