audio/gogglesmm: Updated for version 0.10.24.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Keith Richie 2010-07-09 00:45:43 -05:00 committed by Robby Workman
parent 8521ca3e27
commit ef40aaa13a
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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"