mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/gvolwheel: Fix github URL.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94e5285247
commit
288b590fb3
2 changed files with 1 additions and 7 deletions
|
@ -79,12 +79,6 @@ mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
|
|
||||||
# In case our source code gets downloaded as $VERSION.tar.gz, rename it.
|
|
||||||
if [ -f $CWD/$VERSION.tar.gz ]
|
|
||||||
then
|
|
||||||
mv $CWD/$VERSION.tar.gz $CWD/$PRGNAM-$VERSION.tar.gz
|
|
||||||
fi
|
|
||||||
|
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="gvolwheel"
|
PRGNAM="gvolwheel"
|
||||||
VERSION="1.0.3"
|
VERSION="1.0.3"
|
||||||
HOMEPAGE="https://github.com/Junker/gvolwheel"
|
HOMEPAGE="https://github.com/Junker/gvolwheel"
|
||||||
DOWNLOAD="https://github.com/Junker/gvolwheel/archive/refs/tags/1.0.3.tar.gz"
|
DOWNLOAD="https://github.com/Junker/gvolwheel/archive/1.0.3/gvolwheel-1.0.3.tar.gz"
|
||||||
MD5SUM="474594eb0b9c46008e213fc8b63345ad"
|
MD5SUM="474594eb0b9c46008e213fc8b63345ad"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue