libraries/edje: Updated for version 1.0.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
d1e3e40dc7
commit
331d7b9773
|
@ -2,4 +2,4 @@ Edje is part of Enlightenment DR17 foundation libraries.
|
|||
|
||||
Edje is a complex graphical design & layout library.
|
||||
|
||||
This requires lua, eet, evas, and ecore (in that order).
|
||||
This requires lua, embryo, eet, evas, and ecore (in that order).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=edje
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="edje"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://www.enlightenment.org/"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/edje-1.0.0.tar.bz2"
|
||||
MD5SUM="ce0fdc6c02bc6d6d99b798c27d1d9466"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/edje-1.0.1.tar.bz2"
|
||||
MD5SUM="36e5f22e76304ada5d19baee2a38a61a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="pprkut"
|
||||
|
|
Loading…
Reference in New Issue