libraries/edje: Updated for version 1.0.0.beta.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Aleksandar Samardzic 2010-11-05 21:25:42 -05:00 committed by Heinz Wiesinger
parent 12078e8624
commit 4cfc7209da
2 changed files with 4 additions and 6 deletions

View File

@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=edje
VERSION=${VERSION:-0.9.99.49898}
VERSION=${VERSION:-1.0.0.beta}
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="edje"
VERSION="0.9.99.49898"
VERSION="1.0.0.beta"
HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/edje-0.9.99.49898.tar.bz2"
MD5SUM="1d66a41dbdb5f7b7567064f28386e906"
DOWNLOAD="http://download.enlightenment.org/releases/edje-1.0.0.beta.tar.bz2"
MD5SUM="b7adfc8606576fac600cc5131c156653"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"