libraries/libgee: Updated for version 0.5.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-06-15 21:44:12 -05:00 committed by Erik Hanson
parent 9398b9b453
commit 011eb711e9
2 changed files with 4 additions and 6 deletions

View file

@ -5,16 +5,14 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=libgee
VERSION=${VERSION:-0.5.0}
VERSION=0.5.1
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

View file

@ -1,8 +1,8 @@
PRGNAM="libgee"
VERSION="0.5.0"
VERSION="0.5.1"
HOMEPAGE="http://live.gnome.org/Libgee"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/libgee-0.5.0.tar.bz2"
MD5SUM="45e3e069dc3488e4bfe0c8411b85b987"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/libgee-0.5.1.tar.bz2"
MD5SUM="59789b5b266beadfb8b51bf2c96211b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"