diff options
author | Michales Michaloudes <korgie@gmail.com> | 2023-09-15 06:48:08 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:18 +0700 |
commit | 17ca31acca3c8482ae4dee3268dcbcd601c0e5e7 (patch) | |
tree | 747f92e67fc6844d3e3ce8835b929c67da2f891c /audio/aeolus | |
parent | ed1b905a5fb18d35ec86bd91028d7a4c55c10093 (diff) |
audio/aeolus: Updated for version 0.10.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/aeolus')
-rw-r--r-- | audio/aeolus/aeolus.SlackBuild | 6 | ||||
-rw-r--r-- | audio/aeolus/aeolus.info | 6 | ||||
-rw-r--r-- | audio/aeolus/aeolus.png | bin | 2321 -> 0 bytes |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/aeolus/aeolus.SlackBuild b/audio/aeolus/aeolus.SlackBuild index e98248ebced5..f93dd85cec1b 100644 --- a/audio/aeolus/aeolus.SlackBuild +++ b/audio/aeolus/aeolus.SlackBuild @@ -5,7 +5,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aeolus -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.10.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,7 +52,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -tar xvf $CWD/stops-0.3.0.tar.bz2 +tar xvf $CWD/stops-0.4.0.tar.bz2 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -72,7 +72,7 @@ cd $TMP/$PRGNAM-$VERSION/source/ make install DESTDIR=$PKG cd .. -cd stops-0.3.0 +cd stops-0.4.0 mkdir -p $PKG/usr/share/aeolus/stops mv * $PKG/usr/share/aeolus/stops/ cd .. diff --git a/audio/aeolus/aeolus.info b/audio/aeolus/aeolus.info index fa394b05233a..9cb1fdee8c75 100644 --- a/audio/aeolus/aeolus.info +++ b/audio/aeolus/aeolus.info @@ -1,8 +1,8 @@ PRGNAM="aeolus" -VERSION="0.9.0" +VERSION="0.10.4" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" -DOWNLOAD="https://slackware.uk/~urchlay/src/aeolus-0.9.0.tar.bz2 \ - http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.3.0.tar.bz2" +DOWNLOAD="https://slackware.uk/~urchlay/src/aeolus-0.10.4.tar.bz2 \ + http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.4.0.tar.bz2" MD5SUM="6ae707e441f6d17eaabfde91c889bce2 \ 2a7b1cae820408fa1cc655800d08d88f" DOWNLOAD_x86_64="" diff --git a/audio/aeolus/aeolus.png b/audio/aeolus/aeolus.png Binary files differdeleted file mode 100644 index 3f3a76ed0476..000000000000 --- a/audio/aeolus/aeolus.png +++ /dev/null |