audio/yoshimi: Updated for version 2.3.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zbigniew Baniewski 2024-03-02 08:54:56 +09:00 committed by Willy Sudiarto Raharjo
parent 33e0b78e37
commit c97b2e8055
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yoshimi
VERSION=${VERSION:-2.3.1}
VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -55,7 +55,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
tar jxvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . -type f -exec chmod 644 {} + -o -type d -exec chmod 755 {} +

View file

@ -1,8 +1,8 @@
PRGNAM="yoshimi"
VERSION="2.3.1"
HOMEPAGE="https://yoshimi.github.io/"
DOWNLOAD="https://github.com/Yoshimi/yoshimi/archive/2.3.1/yoshimi-2.3.1.tar.gz"
MD5SUM="77ab41c8131e55711ac89b0e558916c4"
VERSION="2.3.2"
HOMEPAGE="https://sourceforge.net/projects/yoshimi"
DOWNLOAD="https://downloads.sourceforge.net/project/yoshimi/2.3/yoshimi-2.3.2.tar.bz2"
MD5SUM="a8775f50721cbf165bdbfe5316439c27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mxml fltk lv2 jack"