mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/mp3splt: Updated for version 2.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ded60385c
commit
a0372bb151
2 changed files with 7 additions and 4 deletions
|
@ -28,8 +28,11 @@
|
|||
# - Get rid of empty TODO and redundant INSTALL from /usr/doc.
|
||||
# - Use make install-strip instead of find/xargs/strip
|
||||
|
||||
# 20150107 bkw:
|
||||
# - Updated for v2.6.2
|
||||
|
||||
PRGNAM=mp3splt
|
||||
VERSION=${VERSION:-2.6.1a}
|
||||
VERSION=${VERSION:-2.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mp3splt"
|
||||
VERSION="2.6.1a"
|
||||
VERSION="2.6.2"
|
||||
HOMEPAGE="http://mp3splt.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.6.1a.tar.gz"
|
||||
MD5SUM="05677ad71d4988ee1eb4b8e236bd8212"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.6.2.tar.gz"
|
||||
MD5SUM="6f25341bdadb54d51c3c5d0644e6307a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmp3splt"
|
||||
|
|
Loading…
Reference in a new issue