diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-22 09:34:01 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-22 09:34:17 +0100 |
commit | 7fb8b0e34148b38a08e17209134c60a7937e68c4 (patch) | |
tree | 6091b8b77c2e8a1bcda448c09f0dfc4ead88c201 /audio/caps | |
parent | 922357061e4507da5f5d0a671342b19ca9bce5bd (diff) | |
download | slackbuilds-7fb8b0e34148b38a08e17209134c60a7937e68c4.tar.gz |
audio/caps: Updated for version 0.4.5, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/caps')
-rw-r--r-- | audio/caps/caps.SlackBuild | 6 | ||||
-rw-r--r-- | audio/caps/caps.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/caps/caps.SlackBuild b/audio/caps/caps.SlackBuild index 44158dcbf0..b066efc520 100644 --- a/audio/caps/caps.SlackBuild +++ b/audio/caps/caps.SlackBuild @@ -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 diff --git a/audio/caps/caps.info b/audio/caps/caps.info index ac168d9368..dce44ca991 100644 --- a/audio/caps/caps.info +++ b/audio/caps/caps.info @@ -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" |