diff options
-rw-r--r-- | audio/rack/rack.SlackBuild | 17 | ||||
-rw-r--r-- | audio/rack/rack.info | 6 |
2 files changed, 12 insertions, 11 deletions
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" |