diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-11-02 01:00:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 01:00:38 +0700 |
commit | 75af4c0d656103c9c1707bf263e6c68c229c61b4 (patch) | |
tree | dbd6c99a5e1d49111f25bc619f6fc908d9ac3ba0 /audio/whipper | |
parent | 8a9b96b8cfb4ddfc168316a342489dc960dd43b3 (diff) | |
download | slackbuilds-75af4c0d656103c9c1707bf263e6c68c229c61b4.tar.gz |
audio/whipper: Updated for version 0.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whipper')
-rw-r--r-- | audio/whipper/whipper.SlackBuild | 6 | ||||
-rw-r--r-- | audio/whipper/whipper.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild index 8681905267..d4fae0c072 100644 --- a/audio/whipper/whipper.SlackBuild +++ b/audio/whipper/whipper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for whipper -# Copyright 2017-2018, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2019, 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.7.3} +VERSION=${VERSION:-0.8.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 \ +cp -a CHANGELOG.md COVERAGE HACKING README.md TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/audio/whipper/whipper.info b/audio/whipper/whipper.info index 29cd15b28e..551bd79fa6 100644 --- a/audio/whipper/whipper.info +++ b/audio/whipper/whipper.info @@ -1,10 +1,10 @@ PRGNAM="whipper" -VERSION="0.7.3" +VERSION="0.8.0" HOMEPAGE="https://github.com/whipper-team/whipper" -DOWNLOAD="https://github.com/whipper-team/whipper/archive/v0.7.3/whipper-0.7.3.tar.gz" -MD5SUM="0cdeba11ba71875f58929b8c8ae4b55d" +DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/whipper/whipper-0.8.0.tar.gz" +MD5SUM="927531dca825af6ede1bafe7e2135d44" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="accuraterip-checksum cddb-py mutagen musicbrainzngs pycdio python-requests" +REQUIRES="cddb-py mutagen musicbrainzngs pycdio python-ruamel.yaml python-requests setuptools-scm" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |