audio/rack: Updated for version 2.1.2.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Ferrone 2022-08-12 19:54:40 +01:00 committed by Willy Sudiarto Raharjo
parent 108f88eaf0
commit 3382ff052b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 12 additions and 11 deletions

View File

@ -24,12 +24,20 @@
PRGNAM=rack
SRCNAM=Rack2Free
VERSION=${VERSION:-2.0.6}
VERSION=${VERSION:-2.1.2}
SRCDIR=RackFree-$VERSION
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
@ -38,13 +46,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
if [ "$ARCH" = "i586" ]; then
BITFLAG="32"

View File

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