audio/lash: Source download URL changed.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
David Woodfall 2010-07-02 22:29:16 -05:00 committed by Erik Hanson
parent e7f3633fd8
commit d7a25b11fd
3 changed files with 5 additions and 7 deletions

View file

@ -3,4 +3,4 @@ It allows you to save and restore audio sessions consisting of
multiple interconneced applications, restoring program state (ie
loaded patches) and the connections between them.
This requires jack-audio-connection-kit.
This requires jack-audio-connection-kit.

View file

@ -2,7 +2,7 @@
# Slackware build script for lash
# Copyright 2009 David Woodfall <dave@unrealize.co.uk>
# Copyright 2009 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
# aka dive in #slackware on freenode.net
@ -32,12 +32,10 @@ SOURCE=$PRGNAM-0.6.0~rc2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,10 +1,10 @@
PRGNAM="lash"
VERSION="0.6.0.594"
HOMEPAGE="http://savannah.nongnu.org/projects/lash"
DOWNLOAD="http://mirrors.aixtools.net/sv/lash/lash-0.6.0~rc2.tar.bz2"
DOWNLOAD="http://www.very-clever.com/download/nongnu/lash/lash-0.6.0~rc2.tar.bz2"
MD5SUM="af1dc4f4ceb284b1b0845de4f4c2fe47"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@unrealize.co.uk"
APPROVED="pprkut"
EMAIL="dave@dawoodfall.net"
APPROVED="Erik Hanson"