summaryrefslogtreecommitdiff
path: root/audio/gogglesmm/gogglesmm.SlackBuild
diff options
context:
space:
mode:
authorKeith Richie <disturbed1976@gmail.com>2010-07-09 00:45:43 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-07-10 02:17:58 -0500
commitef40aaa13a967b2438bd5225b40c57caeffbe357 (patch)
treec93fa498eaa241e5799040a36d5cc87e79062580 /audio/gogglesmm/gogglesmm.SlackBuild
parent8521ca3e278e1f588ab490a13457462dd8b5637d (diff)
downloadslackbuilds-ef40aaa13a967b2438bd5225b40c57caeffbe357.tar.gz
audio/gogglesmm: Updated for version 0.10.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/gogglesmm/gogglesmm.SlackBuild')
-rw-r--r--audio/gogglesmm/gogglesmm.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gogglesmm/gogglesmm.SlackBuild b/audio/gogglesmm/gogglesmm.SlackBuild
index bfa7148510..59e5524500 100644
--- a/audio/gogglesmm/gogglesmm.SlackBuild
+++ b/audio/gogglesmm/gogglesmm.SlackBuild
@@ -23,18 +23,16 @@
PRGNAM=gogglesmm
-VERSION=0.10.23
+VERSION=0.10.24
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DOCS="AUTHORS ChangeLog COPYING INSTALL README"
-# 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