diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-11-05 21:27:15 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:17 +0100 |
commit | a49587b924cd6a33d72689dd58069239905af555 (patch) | |
tree | 7989c697329a3cb2fde486b49f5aeff4a9f2c550 /libraries | |
parent | 4cfc7209da1ced48c248a5565696f2de07fc752c (diff) | |
download | slackbuilds-a49587b924cd6a33d72689dd58069239905af555.tar.gz |
libraries/e_dbus: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/e_dbus/e_dbus.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/e_dbus/e_dbus.info | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/e_dbus/e_dbus.SlackBuild b/libraries/e_dbus/e_dbus.SlackBuild index fb2c39505c..68e1ad4892 100644 --- a/libraries/e_dbus/e_dbus.SlackBuild +++ b/libraries/e_dbus/e_dbus.SlackBuild @@ -5,16 +5,14 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=e_dbus -VERSION=${VERSION:-0.5.0.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/e_dbus/e_dbus.info b/libraries/e_dbus/e_dbus.info index 33d11fee13..7885c9758e 100644 --- a/libraries/e_dbus/e_dbus.info +++ b/libraries/e_dbus/e_dbus.info @@ -1,8 +1,8 @@ PRGNAM="e_dbus" -VERSION="0.5.0.49898" +VERSION="1.0.0.beta" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/e_dbus-0.5.0.49898.tar.bz2" -MD5SUM="b94d01cc67028d9b6709dc37b222c436" +DOWNLOAD="http://download.enlightenment.org/releases/e_dbus-1.0.0.beta.tar.bz2" +MD5SUM="b5e3a0d5793289f3b2886d74bfb2a95a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Aleksandar Samardzic" |