diff options
| author | Romain Naour <romain.naour@gmail.com> | 2017-08-26 21:58:04 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-30 23:26:02 +0200 |
| commit | 688fff1403c5aaceef4fb937cc60d28cb6629dad (patch) | |
| tree | 3f4bc568b1f35651e87a70d1ee40a11c9668cc45 | |
| parent | 6d0c1213a0b51804964fceb909d2cd055cb92add (diff) | |
| download | buildroot-688fff1403c5aaceef4fb937cc60d28cb6629dad.tar.gz buildroot-688fff1403c5aaceef4fb937cc60d28cb6629dad.zip | |
package/efl: bump to 1.20.2
See: https://www.enlightenment.org/news/efl-1.20.2
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/efl/efl.hash | 4 | ||||
| -rw-r--r-- | package/efl/efl.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/efl/efl.hash b/package/efl/efl.hash index eefcbefbbd..9d553ad7f4 100644 --- a/package/efl/efl.hash +++ b/package/efl/efl.hash @@ -1,2 +1,2 @@ -# From https://download.enlightenment.org/rel/libs/efl/efl-1.19.1.tar.xz.sha256 -sha256 8c69eaf5f3489245dff6112394bf3685fb9d6fd3915035fe022f27c554e6cd3a efl-1.19.1.tar.xz +# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.2.tar.xz.sha256 +sha256 a540cb96f0a2a8f2e3001108d8432d2f21b45f6b12bd511eeebaadd5c934947e efl-1.20.2.tar.xz diff --git a/package/efl/efl.mk b/package/efl/efl.mk index 9cbbabb1ef..b4cdeeda3d 100644 --- a/package/efl/efl.mk +++ b/package/efl/efl.mk @@ -4,7 +4,7 @@ # ################################################################################ -EFL_VERSION = 1.19.1 +EFL_VERSION = 1.20.2 EFL_SOURCE = efl-$(EFL_VERSION).tar.xz EFL_SITE = http://download.enlightenment.org/rel/libs/efl EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+ |

