audio/whipper: Updated for version 0.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2018-02-03 06:11:17 +07:00 committed by Willy Sudiarto Raharjo
parent 7998af3a18
commit 6c0677bc28
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for whipper
# Copyright 2017, Alexander Verbovetsky, Moscow, Russia
# Copyright 2017-2018, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=whipper
VERSION=${VERSION:-0.5.1}
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md COVERAGE HACKING LICENSE README.md TODO doc \
cp -a CHANGELOG.md COVERAGE HACKING LICENSE README.md TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,10 +1,10 @@
PRGNAM="whipper"
VERSION="0.5.1"
VERSION="0.6.0"
HOMEPAGE="https://github.com/JoeLametta/whipper"
DOWNLOAD="https://github.com/JoeLametta/whipper/archive/v0.5.1/whipper-0.5.1.tar.gz"
MD5SUM="786394042b419e3466c66cd73462bd7e"
DOWNLOAD="https://github.com/JoeLametta/whipper/archive/v0.6.0/whipper-0.6.0.tar.gz"
MD5SUM="fe0335e3636b995340c975787f74e022"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="accuraterip-checksum cddb-py mutagen musicbrainzngs pycdio"
REQUIRES="accuraterip-checksum cddb-py mutagen musicbrainzngs pycdio python-requests"
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"