mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
333fd6acc8
commit
df64556326
2 changed files with 5 additions and 6 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=rack
|
||||
SRCNAM=Rack2Free
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
SRCDIR=RackFree-$VERSION
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -48,7 +48,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
BITFLAG="32"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
|
@ -68,7 +67,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $SRCDIR
|
||||
|
||||
unzip $CWD/$SRCDIR-lin.zip
|
||||
unzip $CWD/$SRCDIR-lin-x64.zip
|
||||
cd $SRCNAM && chown -R root:root .
|
||||
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rack"
|
||||
VERSION="2.1.2"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://vcvrack.com"
|
||||
DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.1.2-lin.zip"
|
||||
MD5SUM="e5fd0b7dd23b3ca10f5e45239ccb030d"
|
||||
DOWNLOAD="https://vcvrack.com/downloads/RackFree-2.3.0-lin-x64.zip"
|
||||
MD5SUM="bc8d4a780a5c211e5edc25e2d8fe5b0e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack"
|
||||
|
|
Loading…
Reference in a new issue