libraries/libgnome: Updated for version 2.32.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2011-11-26 12:39:26 -06:00 committed by Niels Horn
parent 5039cbbebd
commit d04e84be66
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
Libraries needed for GNOME.
This requires gnome-vfs.
This requires libcanberra and gnome-vfs.

View file

@ -2,7 +2,7 @@
#
# Slackware build script for libgnome
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libgnome
VERSION=2.28.0
VERSION=${VERSION:-2.32.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="libgnome"
VERSION="2.28.0"
VERSION="2.32.1"
HOMEPAGE="http://www.gnome.org/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.28/libgnome-2.28.0.tar.bz2"
MD5SUM="5c7efe21dc28c137aa766a77a84c0c29"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.32/libgnome-2.32.1.tar.bz2"
MD5SUM="a4345e6087ae6195d65a4674ffdca559"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"