mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/pulsemixer: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs based on whether the client respects content disposition headers or not. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f74530561f
commit
8ad4f041b4
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="pulsemixer"
|
PRGNAM="pulsemixer"
|
||||||
VERSION="1.5.1"
|
VERSION="1.5.1"
|
||||||
HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer"
|
HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer"
|
||||||
DOWNLOAD="https://github.com/GeorgeFilipkin/pulsemixer/archive/refs/tags/1.5.1.tar.gz"
|
DOWNLOAD="https://github.com/GeorgeFilipkin/pulsemixer/archive/1.5.1/pulsemixer-1.5.1.tar.gz"
|
||||||
MD5SUM="5adf911fec879ba247a5a8d0c561564f"
|
MD5SUM="5adf911fec879ba247a5a8d0c561564f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue