summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author John Barrett <john@jbrt.org>2024-09-25 17:13:30 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:12:12 +0700
commitdca4fc1b882ca10f86d7a2e88b39cf02a5ed550e (patch)
tree43a88d046098a3879d7ad382a0485d886af09e71 /audio
parent00b34158a8293de681a1ae28d79a1ed83361fef7 (diff)
downloadslackbuilds-dca4fc1b882ca10f86d7a2e88b39cf02a5ed550e.tar.gz
slackbuilds-dca4fc1b882ca10f86d7a2e88b39cf02a5ed550e.tar.xz
audio/alsamodularsynth: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/alsamodularsynth/alsamodularsynth.SlackBuild4
-rw-r--r--audio/alsamodularsynth/alsamodularsynth.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/alsamodularsynth/alsamodularsynth.SlackBuild b/audio/alsamodularsynth/alsamodularsynth.SlackBuild
index 566d97e216..4adc4d4c02 100644
--- a/audio/alsamodularsynth/alsamodularsynth.SlackBuild
+++ b/audio/alsamodularsynth/alsamodularsynth.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=alsamodularsynth
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAM-$VERSION
-tar xvf $CWD/$TARNAM-$VERSION.tar.bz2
+tar xvf $CWD/$TARNAM-$VERSION.tar.xz
cd $TARNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/audio/alsamodularsynth/alsamodularsynth.info b/audio/alsamodularsynth/alsamodularsynth.info
index 2ec88a76b4..2522a239f9 100644
--- a/audio/alsamodularsynth/alsamodularsynth.info
+++ b/audio/alsamodularsynth/alsamodularsynth.info
@@ -1,8 +1,8 @@
PRGNAM="alsamodularsynth"
-VERSION="2.2.0"
+VERSION="2.2.1"
HOMEPAGE="http://alsamodular.sourceforge.net/"
-DOWNLOAD="https://sourceforge.net/projects/alsamodular/files/alsamodular/2.2.0/ams-2.2.0.tar.bz2"
-MD5SUM="bebfd56543bdbdccaeb9e9be65589472"
+DOWNLOAD="https://sourceforge.net/projects/alsamodular/files/alsamodular/2.2.1/ams-2.2.1.tar.xz"
+MD5SUM="cfd04fec0bdc03fb185026e142446ce5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack clalsadrv ladspa_sdk"