mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/JDSP4Linux: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1297ecc0d
commit
2669e516ea
3 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=JDSP4Linux
|
||||
VERSION=${VERSION:-2.4}
|
||||
VERSION=${VERSION:-2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -67,9 +67,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="JDSP4Linux"
|
||||
VERSION="2.4"
|
||||
VERSION="2.7"
|
||||
HOMEPAGE="https://github.com/Audio4Linux/JDSP4Linux"
|
||||
DOWNLOAD="https://github.com/raspo666/miscfiles/raw/main/JDSP4Linux-2.4.tar.xz \
|
||||
DOWNLOAD="https://github.com/raspo666/miscfiles/raw/main/JDSP4Linux-2.7.tar.xz \
|
||||
https://raw.githubusercontent.com/Audio4Linux/JDSP4Linux/master/resources/icons/icon.png"
|
||||
MD5SUM="edf0f054046cd660e3285a9cae3eb3ee \
|
||||
MD5SUM="70c5b38f2d28e6872c38c8512960ee1a \
|
||||
154e3da7bd818a72a10958070f7b66e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
BIN
audio/JDSP4Linux/icon.png
Normal file
BIN
audio/JDSP4Linux/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in a new issue