libraries/efl: Updated for version 1.20.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d7991759e7
commit
7a49bdfb24
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright 2017 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
|
# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=efl
|
PRGNAM=efl
|
||||||
VERSION=${VERSION:-1.20.6}
|
VERSION=${VERSION:-1.20.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="efl"
|
PRGNAM="efl"
|
||||||
VERSION="1.20.6"
|
VERSION="1.20.7"
|
||||||
HOMEPAGE="https://www.enlightenment.org/"
|
HOMEPAGE="https://www.enlightenment.org/"
|
||||||
DOWNLOAD="http://download.enlightenment.org/rel/libs/efl/efl-1.20.6.tar.xz"
|
DOWNLOAD="http://download.enlightenment.org/rel/libs/efl/efl-1.20.7.tar.xz"
|
||||||
MD5SUM="0c23c4b3c8f93b173b36ba2352ccffa0"
|
MD5SUM="3f0294cdfc805b931b94223c37a1015b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="luajit bullet"
|
REQUIRES="luajit bullet"
|
||||||
|
|
Loading…
Reference in New Issue