mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
audio/pulseaudio-ctl: Updated for version 1.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e84f4aa3df
commit
a1b6f250bb
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Slackware build script for pulseaudio-ctl.
|
||||
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
#
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pulseaudio-ctl
|
||||
VERSION=${VERSION:-1.63}
|
||||
VERSION=${VERSION:-1.64}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pulseaudio-ctl"
|
||||
VERSION="1.63"
|
||||
VERSION="1.64"
|
||||
HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl"
|
||||
DOWNLOAD="https://github.com/graysky2/pulseaudio-ctl/archive/v1.63.tar.gz"
|
||||
MD5SUM="9547d0a481f336489d08ad5ff32c23f6"
|
||||
DOWNLOAD="https://github.com/graysky2/pulseaudio-ctl/archive/v1.64/pulseaudio-ctl-1.64.tar.gz"
|
||||
MD5SUM="503782fcfe9442f4b5fc714c116babd9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue