mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/webrtc-audio-processing: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b34f0d7bab
commit
d02139c681
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
PRGNAM=webrtc-audio-processing
|
||||
VERSION=${VERSION:-0.3.1.0.202107202114.6467c436}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf "$PRGNAM"-"$COMMIT"
|
||||
tar xvf $CWD/"$COMMIT".tar.gz
|
||||
tar xvf $CWD/"$PRGNAM"-"$COMMIT".tar.gz
|
||||
cd "$PRGNAM"-"$COMMIT"
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="webrtc-audio-processing"
|
||||
VERSION="0.3.1.0.202107202114.6467c436"
|
||||
HOMEPAGE="https://github.com/cross-platform/webrtc-audio-processing"
|
||||
DOWNLOAD="https://github.com/cross-platform/webrtc-audio-processing/archive/6467c436a892a06f9dcc7018a678c8677d39f08e.tar.gz"
|
||||
DOWNLOAD="https://github.com/cross-platform/webrtc-audio-processing/archive/6467c4/webrtc-audio-processing-6467c436a892a06f9dcc7018a678c8677d39f08e.tar.gz"
|
||||
MD5SUM="6045c7366647622c6f7c782a115f5f7c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue