diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-11-05 21:58:37 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:17 +0100 |
commit | d91b547553a4edbc0928a0c0721c0fd48c0d3909 (patch) | |
tree | 390344d32a8e95447cb0c7cc2826939ccc731df9 /desktop | |
parent | 74d649a264393940b30ee8eb68329011003cdd9e (diff) | |
download | slackbuilds-d91b547553a4edbc0928a0c0721c0fd48c0d3909.tar.gz |
desktop/enlightenment: Updated for version 0.16.999.52995.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/enlightenment/enlightenment.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/enlightenment/enlightenment.info | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild index 97c418ffa5..5d1cc6950d 100644 --- a/desktop/enlightenment/enlightenment.SlackBuild +++ b/desktop/enlightenment/enlightenment.SlackBuild @@ -5,16 +5,14 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=enlightenment -VERSION=${VERSION:-0.16.999.49898} +VERSION=${VERSION:-0.16.999.52995} 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/desktop/enlightenment/enlightenment.info b/desktop/enlightenment/enlightenment.info index d903fba511..695d3afeb0 100644 --- a/desktop/enlightenment/enlightenment.info +++ b/desktop/enlightenment/enlightenment.info @@ -1,8 +1,8 @@ PRGNAM="enlightenment" -VERSION="0.16.999.49898" +VERSION="0.16.999.52995" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/enlightenment-0.16.999.49898.tar.bz2" -MD5SUM="96864a61c01305c33719f98466db18d0" +DOWNLOAD="http://download.enlightenment.org/snapshots/2010-10-03/enlightenment-0.16.999.52995.tar.bz2" +MD5SUM="a7286e5e4ff8b7d53473866e8b527b1a " DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Aleksandar Samardzic" |