libraries/embryo: Updated for version 1.1.0

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Aleksandar Samardzic 2011-12-11 15:08:29 -06:00 committed by Niels Horn
parent fa1aadfedb
commit d61dd833e3
3 changed files with 7 additions and 5 deletions

View file

@ -2,3 +2,5 @@ Embryo is part of Enlightenment DR17 foundation libraries.
Embryo implements a C like scripting language used in various parts of
the Enlightenment project.
This requires eina.

View file

@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=embryo
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="embryo"
VERSION="1.0.0"
VERSION="1.1.0"
HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/releases/embryo-1.0.0.tar.bz2"
MD5SUM="12f6c7d1d39c223d412351594a24dc64"
DOWNLOAD="http://download.enlightenment.org/releases/embryo-1.1.0.tar.bz2"
MD5SUM="cbdedac18afdd0c1a8f3304bcd113410"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="rworkman"
APPROVED="rworkman,Erik Hanson"