diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-10-23 21:13:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-23 21:13:29 +0700 |
commit | 84f654da5499f9b2bbb00c99aebb34947ae8050b (patch) | |
tree | dc51cbd3da7ff28fc9061771b1e0d3f30ad23f79 /audio/amSynth/amSynth.SlackBuild | |
parent | ef4dc4f32440d80a6997cb848f3441d6e676f8d3 (diff) | |
download | slackbuilds-84f654da5499f9b2bbb00c99aebb34947ae8050b.tar.gz |
audio/amSynth: Updated for version 1.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/amSynth/amSynth.SlackBuild')
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index 7a9abb63e0..316985c46c 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for amsynth +# Copyright 2019 - 2020 Johannes Schoepfer, Germany # Copyright 2006 paul wisehart wise@lupulin.net -# Copyright 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=amSynth -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |