libraries/libfwbuilder: Updated for version 4.1.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-04-09 00:17:39 -04:00 committed by Robby Workman
parent d197798f65
commit 9d28a23695
2 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,7 @@
# Derived from Slackware's Slackbuilds.
#
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
# Copyright 2010-2011 David Somero (dsomero@hotmail.com) Athens, TN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,16 +27,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libfwbuilder
VERSION=${VERSION:-4.0.2}
VERSION=${VERSION:-4.1.3}
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="libfwbuilder"
VERSION="4.0.2"
VERSION="4.1.3"
HOMEPAGE="http://www.fwbuilder.org"
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/libfwbuilder-4.0.2.tar.gz"
MD5SUM="65826d8f5d5415a6e6dd2436ce57d3fd"
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/libfwbuilder-4.1.3.tar.gz"
MD5SUM="810e832a3cadc625917403f4b191fda2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"