From e47080b4f907d712518292c77a071d1a4cb4b6ba Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 23 Nov 2015 14:24:25 +0100 Subject: [PATCH] dbus: update to 1.10.4 Signed-off-by: Steven Barth --- utils/dbus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 15e34362ef..2cc6033d06 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk # Make sure to also update the dbus-x package PKG_NAME:=dbus -PKG_VERSION:=1.10.0 +PKG_VERSION:=1.10.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/ -PKG_MD5SUM:=5af6297348107a906c8449817a728b3b +PKG_MD5SUM:=27b8e99ffad603b8acfa25201c6e3d5c PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=AFL-2.1