mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/clyrics: Updated for version 0.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b4b6e9b59
commit
6042f71110
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for clyrics.
|
||||
# Home page: https://github.com/trizen/clyrics.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=clyrics
|
||||
VERSION=${VERSION:-0.03}
|
||||
VERSION=${VERSION:-0.04}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="clyrics"
|
||||
VERSION="0.03"
|
||||
VERSION="0.04"
|
||||
HOMEPAGE="https://github.com/trizen/clyrics/"
|
||||
DOWNLOAD="https://github.com/trizen/clyrics/archive/0.03.tar.gz"
|
||||
MD5SUM="7c0cdd6e42832bc545dadc1adbbac425"
|
||||
DOWNLOAD="https://github.com/trizen/clyrics/archive/0.04.tar.gz"
|
||||
MD5SUM="e451daa3976c06ff5558f86e0eb93a9a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-LWP-Protocol-https perl-www-mechanize"
|
||||
|
|
|
@ -12,7 +12,7 @@ clyrics: clyrics is an extensible lyrics fetcher with daemon support for
|
|||
clyrics: cmus and mocp.
|
||||
clyrics:
|
||||
clyrics: Main features include: support for plugins and cmus and mocp daemon
|
||||
clyrics: mode
|
||||
clyrics: mode.
|
||||
clyrics:
|
||||
clyrics: Home page: https://github.com/trizen/clyrics
|
||||
clyrics:
|
||||
|
|
Loading…
Reference in a new issue