From 3382ff052bbd1378c2a60ac538abaacba1dce36c Mon Sep 17 00:00:00 2001 From: David Ferrone Date: Fri, 12 Aug 2022 19:54:40 +0100 Subject: audio/rack: Updated for version 2.1.2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- audio/rack/rack.SlackBuild | 17 +++++++++-------- audio/rack/rack.info | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'audio') diff --git a/audio/rack/rack.SlackBuild b/audio/rack/rack.SlackBuild index e2bb9db6c9..be622f30af 100644 --- a/audio/rack/rack.SlackBuild +++ b/audio/rack/rack.SlackBuild @@ -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" diff --git a/audio/rack/rack.info b/audio/rack/rack.info index e49f12c0ef..f12d169c3c 100644 --- a/audio/rack/rack.info +++ b/audio/rack/rack.info @@ -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" -- cgit v1.2.3