diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/embryo/embryo.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/embryo/embryo.info | 6 |
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" |