summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Keith Richie2010-07-09 07:45:43 +0200
committer Robby Workman2010-07-10 09:17:58 +0200
commitef40aaa13a967b2438bd5225b40c57caeffbe357 (patch)
treec93fa498eaa241e5799040a36d5cc87e79062580 /audio
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')
-rw-r--r--audio/gogglesmm/gogglesmm.SlackBuild4
-rw-r--r--audio/gogglesmm/gogglesmm.info6
2 files changed, 4 insertions, 6 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
diff --git a/audio/gogglesmm/gogglesmm.info b/audio/gogglesmm/gogglesmm.info
index 4c945d2912..0d3becd1d2 100644
--- a/audio/gogglesmm/gogglesmm.info
+++ b/audio/gogglesmm/gogglesmm.info
@@ -1,8 +1,8 @@
PRGNAM="gogglesmm"
-VERSION="0.10.22"
+VERSION="0.10.24"
HOMEPAGE="http://code.google.com/p/gogglesmm/"
-DOWNLOAD="http://gogglesmm.googlecode.com/files/gogglesmm-0.10.23.tar.xz"
-MD5SUM="dbbf36ce1f2870c410862e3ab10a7b09"
+DOWNLOAD="http://gogglesmm.googlecode.com/files/gogglesmm-0.10.24.tar.xz"
+MD5SUM="8f810f881d5823e0d12c768500d12e70"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Keith Richie"