summaryrefslogtreecommitdiffstats
path: root/audio/lash
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2010-07-02 22:29:16 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-07-02 22:29:16 -0500
commitd7a25b11fdae8111008598d1d0132368ed8d5827 (patch)
tree9ad37cdd8acf79b801aaa1a119ee3c68e54eea58 /audio/lash
parente7f3633fd82226dd86de5a988fde855e8b605052 (diff)
downloadslackbuilds-d7a25b11fdae8111008598d1d0132368ed8d5827.tar.gz
slackbuilds-d7a25b11fdae8111008598d1d0132368ed8d5827.tar.xz
audio/lash: Source download URL changed.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/lash')
-rw-r--r--audio/lash/README2
-rw-r--r--audio/lash/lash.SlackBuild4
-rw-r--r--audio/lash/lash.info6
3 files changed, 5 insertions, 7 deletions
diff --git a/audio/lash/README b/audio/lash/README
index 5666934497..1c20010405 100644
--- a/audio/lash/README
+++ b/audio/lash/README
@@ -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. \ No newline at end of file
+This requires jack-audio-connection-kit.
diff --git a/audio/lash/lash.SlackBuild b/audio/lash/lash.SlackBuild
index 4af1a828c8..4425d97a5b 100644
--- a/audio/lash/lash.SlackBuild
+++ b/audio/lash/lash.SlackBuild
@@ -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
diff --git a/audio/lash/lash.info b/audio/lash/lash.info
index 4603ae3a64..d8fd9bc55c 100644
--- a/audio/lash/lash.info
+++ b/audio/lash/lash.info
@@ -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"