mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/pulseaudio: Updated for version 7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1617be5580
commit
89ef5800e2
2 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
|||
# Slackware build script for pulseaudio
|
||||
|
||||
# Written by crocket (crockabiscuit@gmail.com)
|
||||
# Maintained by Christoph Willing <chris.willing@linux.com>
|
||||
# Maintained 2013-2015 by Christoph Willing <chris.willing@linux.com>
|
||||
|
||||
PRGNAM=pulseaudio
|
||||
VERSION=${VERSION:-6.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pulseaudio"
|
||||
VERSION="6.0"
|
||||
VERSION="7.0"
|
||||
HOMEPAGE="http://www.pulseaudio.org"
|
||||
DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-6.0.tar.xz"
|
||||
MD5SUM="b691e83b7434c678dffacfa3a027750e"
|
||||
DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar.xz"
|
||||
MD5SUM="09668b660ffb32f2639cfd6fdc9d3b37"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="json-c speex"
|
||||
|
|
Loading…
Reference in a new issue