mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/portaudio: Updated to use source from 20111121.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7abdc96315
commit
cced406ba2
2 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@
|
|||
|
||||
PRGNAM=portaudio
|
||||
VERSION=${VERSION:-V19}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# eek!
|
||||
SRCNAME="pa_stable_v19_20071207.tar.gz"
|
||||
SRCNAME="pa_stable_v19_20111121.tgz"
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="portaudio"
|
||||
VERSION="V19"
|
||||
HOMEPAGE="http://www.portaudio.com/"
|
||||
DOWNLOAD="http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz"
|
||||
MD5SUM="d2943e4469834b25afe62cc51adc025f"
|
||||
DOWNLOAD="http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz"
|
||||
MD5SUM="25c85c1cc5e9e657486cbc299c6c035a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue