mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/evas: Updated for version 1.0.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
dd4f1f0052
commit
ffa19d691b
3 changed files with 6 additions and 6 deletions
|
@ -6,4 +6,4 @@ as well as drop down to using normal X11 primitives such as pixmaps,
|
|||
lines and rectangles for speed if your CPU or graphics hardware are
|
||||
too slow.
|
||||
|
||||
This requires eina.
|
||||
This requires eina, and optionally eet.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=evas
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="evas"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://www.enlightenment.org/"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/evas-1.0.0.tar.bz2"
|
||||
MD5SUM="a1d4a103ff28cee247b1a388013938af"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/evas-1.0.1.tar.bz2"
|
||||
MD5SUM="e061acce3dd2da8300cc11f65df54250"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="pprkut"
|
||||
|
|
Loading…
Reference in a new issue