diff options
Diffstat (limited to 'audio/caps/caps.SlackBuild')
-rw-r--r-- | audio/caps/caps.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/caps/caps.SlackBuild b/audio/caps/caps.SlackBuild index 44158dcbf0d54..b066efc520bac 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 |