From 7fb8b0e34148b38a08e17209134c60a7937e68c4 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 22 Dec 2012 09:34:01 +0100 Subject: audio/caps: Updated for version 0.4.5, added license. Signed-off-by: Matteo Bernardini --- audio/caps/caps.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/caps/caps.SlackBuild') 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 -- cgit v1.2.3