audio/rack: Updated for version 2.3.0.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Ferrone 2023-04-15 03:44:08 +01:00 committed by Willy Sudiarto Raharjo
parent 333fd6acc8
commit df64556326
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rack PRGNAM=rack
SRCNAM=Rack2Free SRCNAM=Rack2Free
VERSION=${VERSION:-2.1.2} VERSION=${VERSION:-2.3.0}
SRCDIR=RackFree-$VERSION SRCDIR=RackFree-$VERSION
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -48,7 +48,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0 exit 0
fi fi
if [ "$ARCH" = "i586" ]; then if [ "$ARCH" = "i586" ]; then
BITFLAG="32" BITFLAG="32"
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
@ -68,7 +67,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $SRCDIR rm -rf $SRCDIR
unzip $CWD/$SRCDIR-lin.zip unzip $CWD/$SRCDIR-lin-x64.zip
cd $SRCNAM && chown -R root:root . cd $SRCNAM && chown -R root:root .
find -L . \ find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="rack" PRGNAM="rack"
VERSION="2.1.2" VERSION="2.3.0"
HOMEPAGE="https://vcvrack.com" HOMEPAGE="https://vcvrack.com"
DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.1.2-lin.zip" DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.3.0-lin-x64.zip"
MD5SUM="e5fd0b7dd23b3ca10f5e45239ccb030d" MD5SUM="bc8d4a780a5c211e5edc25e2d8fe5b0e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="jack" REQUIRES="jack"