diff options
author | Steven Barth <steven@midlink.org> | 2015-08-25 08:43:53 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-08-25 08:43:53 +0200 |
commit | 917c1fbe59a067789d37ef525cdb92faa36d1c91 (patch) | |
tree | 903c5c45519122940caf6ef090030701aeab6dc7 /utils | |
parent | 1ad2576aa85e3ee1341e7bbb8c143b5e5154ce6d (diff) |
dbus: bump to 1.9.20
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 2b5081ea2..5fa70ba3c 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.9.14 +PKG_VERSION:=1.9.20 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/ -PKG_MD5SUM:=32cd0d16067422bfd691e2f647b432b0 +PKG_MD5SUM:=d5a6f0467612054d3bc7361e42ac6ee9 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=AFL-2.1 |