diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-24 12:20:18 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-30 07:21:55 +0100 |
commit | 6725c0d378c62623309ff182e0417b4e39cdd2c6 (patch) | |
tree | 7f8f412e8153c1806d3b37742dfa53905099a14c /package/efl | |
parent | 698e18f295e542f0d168d6df675b904c5248e831 (diff) | |
download | buildroot-novena-6725c0d378c62623309ff182e0417b4e39cdd2c6.tar.gz buildroot-novena-6725c0d378c62623309ff182e0417b4e39cdd2c6.zip |
efl/libedbus: bump to version 1.7.4
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/efl')
-rw-r--r-- | package/efl/libedbus/libedbus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libedbus/libedbus.mk b/package/efl/libedbus/libedbus.mk index 60651e307..9c62ead8f 100644 --- a/package/efl/libedbus/libedbus.mk +++ b/package/efl/libedbus/libedbus.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBEDBUS_VERSION = 1.1.0 +LIBEDBUS_VERSION = 1.7.4 LIBEDBUS_SOURCE = e_dbus-$(LIBEDBUS_VERSION).tar.bz2 LIBEDBUS_SITE = http://download.enlightenment.org/releases/ LIBEDBUS_LICENSE = BSD-2c |