mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libmp3splt: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a234c8954
commit
2ded60385c
2 changed files with 7 additions and 4 deletions
|
@ -28,8 +28,11 @@
|
|||
# - Get rid of a couple useless doc files
|
||||
# - Use make install-strip insteaad of find/xargs/strip
|
||||
|
||||
# 20150107 bkw:
|
||||
# - Updated for 0.9.2
|
||||
|
||||
PRGNAM=libmp3splt
|
||||
VERSION=${VERSION:-0.9.1a}
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmp3splt"
|
||||
VERSION="0.9.1a"
|
||||
VERSION="0.9.2"
|
||||
HOMEPAGE="http://mp3splt.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.9.1a.tar.gz"
|
||||
MD5SUM="a8b0de4de80d915fa02ab9bed890d6be"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/libmp3splt-0.9.2.tar.gz"
|
||||
MD5SUM="28009187c1cbd0bce50138029532647d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue