Browse Source
audio/amSynth: Updated for version 1.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/87/head
Johannes Schoepfer
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
audio/amSynth/amSynth.SlackBuild
-
audio/amSynth/amSynth.info
|
|
@ -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 . \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="amSynth" |
|
|
|
VERSION="1.9.0" |
|
|
|
VERSION="1.11.0" |
|
|
|
HOMEPAGE="https://amsynth.github.io/" |
|
|
|
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.9.0/amsynth-1.9.0.tar.bz2" |
|
|
|
MD5SUM="2328dba5ffb5310ff7b1ab14805da9d5" |
|
|
|
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.11.0/amsynth-1.11.0.tar.gz" |
|
|
|
MD5SUM="862877313e5b2384a06fd0dedb1cf1f2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|