mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/lash: Source download URL changed.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
e7f3633fd8
commit
d7a25b11fd
3 changed files with 5 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue