aboutsummaryrefslogtreecommitdiff
path: root/audio/whipper/whipper.SlackBuild
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2018-02-03 06:11:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-03 06:11:17 +0700
commit6c0677bc28a4690031e5eafffabde1d261101c2d (patch)
treee7f335236022f77edb6716c3befea38ebe1a01a1 /audio/whipper/whipper.SlackBuild
parent7998af3a1849e88389b5520524f48923b13e3305 (diff)
audio/whipper: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whipper/whipper.SlackBuild')
-rw-r--r--audio/whipper/whipper.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild
index 699f08c7ad342..14354c4dac98f 100644
--- a/audio/whipper/whipper.SlackBuild
+++ b/audio/whipper/whipper.SlackBuild
@@ -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