From: Gustavo Zacarias Date: Sun, 26 Jun 2016 23:18:14 +0000 (-0300) Subject: dbus-python: bump to version 1.2.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dd4537a1448da2489d36f0c479cd2a2caf60cd8;p=buildroot.git dbus-python: bump to version 1.2.4 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/dbus-python/dbus-python.hash b/package/dbus-python/dbus-python.hash index 94af72e234..080aada081 100644 --- a/package/dbus-python/dbus-python.hash +++ b/package/dbus-python/dbus-python.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df dbus-python-1.2.0.tar.gz +sha256 e2f1d6871f74fba23652e51d10873e54f71adab0525833c19bad9e99b1b2f9cc dbus-python-1.2.4.tar.gz diff --git a/package/dbus-python/dbus-python.mk b/package/dbus-python/dbus-python.mk index 40799678f8..599d019857 100644 --- a/package/dbus-python/dbus-python.mk +++ b/package/dbus-python/dbus-python.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_PYTHON_VERSION = 1.2.0 +DBUS_PYTHON_VERSION = 1.2.4 DBUS_PYTHON_SITE = http://dbus.freedesktop.org/releases/dbus-python DBUS_PYTHON_INSTALL_STAGING = YES DBUS_PYTHON_LICENSE = MIT