audio/caps: Updated for version 0.4.5, added license.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
B. Watson 2012-12-22 09:34:01 +01:00 committed by Matteo Bernardini
parent 922357061e
commit 7fb8b0e341
2 changed files with 6 additions and 6 deletions

View File

@ -4,17 +4,17 @@
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
PRGNAM=caps
VERSION=${VERSION:-0.4.4}
VERSION=${VERSION:-0.4.5}
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,8 +1,8 @@
PRGNAM="caps"
VERSION="0.4.4"
VERSION="0.4.5"
HOMEPAGE="http://quitte.de/dsp/caps.html"
DOWNLOAD="http://quitte.de/dsp/caps_0.4.4.tar.gz"
MD5SUM="1f4a8d50257b6cbdaefecc78e3010d27"
DOWNLOAD="http://quitte.de/dsp/caps_0.4.5.tar.gz"
MD5SUM="f3fda0eec716202b658cc6075daa35d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ladspa_sdk"