libraries/libetpan: Updated for version 1.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-11-19 14:20:19 -06:00 committed by Robby Workman
parent 1800d22de5
commit fb80020f10
2 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for libetpan
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libetpan
VERSION=1.0
VERSION=${VERSION:-1.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="libetpan"
VERSION="1.0"
VERSION="1.1"
HOMEPAGE="http://www.etpan.org/"
DOWNLOAD="http://downloads.sourceforge.net/libetpan/libetpan-1.0.tar.gz"
MD5SUM="5addc766141a0b1d29ee1ca4ba1b6808"
DOWNLOAD="http://downloads.sourceforge.net/libetpan/libetpan-1.1.tar.gz"
MD5SUM="6fee60d08506e941642b8fa087e60b07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""