summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Aleksandar Samardzic2010-11-06 03:24:28 +0100
committer Heinz Wiesinger2010-11-22 19:43:17 +0100
commit12078e8624ddbdb61ac9188793cfae5beb60ef8d (patch)
tree3e52c40add2354f299d909575b132541610d8142 /libraries
parent49f2bc145e4b7aa6e4dd4e0b14bf92baae37ceca (diff)
downloadslackbuilds-12078e8624ddbdb61ac9188793cfae5beb60ef8d.tar.gz
libraries/embryo: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/embryo/embryo.SlackBuild4
-rw-r--r--libraries/embryo/embryo.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/embryo/embryo.SlackBuild b/libraries/embryo/embryo.SlackBuild
index 40a839cd14..f285fe3b11 100644
--- a/libraries/embryo/embryo.SlackBuild
+++ b/libraries/embryo/embryo.SlackBuild
@@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=embryo
-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/embryo/embryo.info b/libraries/embryo/embryo.info
index 67542e595c..f3553d1b5c 100644
--- a/libraries/embryo/embryo.info
+++ b/libraries/embryo/embryo.info
@@ -1,8 +1,8 @@
PRGNAM="embryo"
-VERSION="0.9.9.49898"
+VERSION="1.0.0.beta"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/embryo-0.9.9.49898.tar.bz2"
-MD5SUM="4b46ede6d03f6b53d4cfeb852513a374"
+DOWNLOAD="http://download.enlightenment.org/releases/embryo-1.0.0.beta.tar.bz2"
+MD5SUM="89282b7009fcc6b1bffa0e5dcd818d5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"