libraries/libburn: Updated for version 0.9.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-12-26 11:41:35 -06:00 committed by Niels Horn
parent e0dbc16969
commit 80736f18e1
2 changed files with 4 additions and 6 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libburn
VERSION=0.8.0
VERSION=0.9.0
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="libburn"
VERSION="0.8.0"
VERSION="0.9.0"
HOMEPAGE="http://libburnia-project.org/wiki/Libburn"
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-0.8.0.pl00.tar.gz"
MD5SUM="5dc47d0c089dc1310f03dc99edcfeaf0"
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-0.9.0.pl00.tar.gz"
MD5SUM="ad77dea9e6878b25e0ae52981c888bc5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"