audio/soundkonverter: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cbf8250964
commit
5415bc4c54
|
@ -6,5 +6,5 @@ The key features are:
|
|||
- CD ripping
|
||||
|
||||
There are many backends available as optional dependencies such as faac,
|
||||
lame, etc.
|
||||
See https://github.com/HessiJames/soundkonverter/wiki for details.
|
||||
lame, et al. See https://github.com/HessiJames/soundkonverter/wiki for
|
||||
details.
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
# Updated and maintained by Donald Cooley La Porte, IN USA
|
||||
|
||||
PRGNAM=soundkonverter
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
SRC=${SRC:-v2.0.5}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
SRC=${SRC:-v2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="soundkonverter"
|
||||
VERSION="2.0.5"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://github.com/HessiJames/soundkonverter"
|
||||
DOWNLOAD="https://github.com/HessiJames/soundkonverter/archive/v2.0.5.tar.gz"
|
||||
MD5SUM="a1d8e21a20fa8184bade485c78dc745c"
|
||||
DOWNLOAD="https://github.com/HessiJames/soundkonverter/archive/v2.1.0.tar.gz"
|
||||
MD5SUM="3f40a8f7be0bb3a0fa586b666e7f7b15"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="dfc@warpmail.net"
|
||||
|
|
Loading…
Reference in New Issue