summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Aleksandar Samardzic2010-11-06 03:22:52 +0100
committer Heinz Wiesinger2010-11-22 19:43:16 +0100
commit49f2bc145e4b7aa6e4dd4e0b14bf92baae37ceca (patch)
tree57ee992aee67585b7d263d495e89d1845975f5e2 /libraries
parent86f0fcecf44bb6eefbf7ff01287decfbd05c31a6 (diff)
downloadslackbuilds-49f2bc145e4b7aa6e4dd4e0b14bf92baae37ceca.tar.gz
libraries/ecore: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/ecore/ecore.SlackBuild4
-rw-r--r--libraries/ecore/ecore.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/ecore/ecore.SlackBuild b/libraries/ecore/ecore.SlackBuild
index 0777d465e5..8081b45e78 100644
--- a/libraries/ecore/ecore.SlackBuild
+++ b/libraries/ecore/ecore.SlackBuild
@@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=ecore
-VERSION=${VERSION:-0.9.9.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
diff --git a/libraries/ecore/ecore.info b/libraries/ecore/ecore.info
index 916ebf685b..e98f2d43a1 100644
--- a/libraries/ecore/ecore.info
+++ b/libraries/ecore/ecore.info
@@ -1,8 +1,8 @@
PRGNAM="ecore"
-VERSION="0.9.9.49898"
+VERSION="1.0.0.beta"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/ecore-0.9.9.49898.tar.bz2"
-MD5SUM="52245ac4e4c83e579692eff6380e56b1"
+DOWNLOAD="http://download.enlightenment.org/releases/ecore-1.0.0.beta.tar.bz2"
+MD5SUM="16299e006f4f95eaced74886afd06223"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"