aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"