|
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
# Make sure to also update the dbus-x package
|
11
|
11
|
PKG_NAME:=dbus
|
12
|
|
-PKG_VERSION:=1.9.8
|
13
|
|
-PKG_RELEASE:=2
|
|
12
|
+PKG_VERSION:=1.9.10
|
|
13
|
+PKG_RELEASE:=1
|
14
|
14
|
|
15
|
15
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
16
|
16
|
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
|
17
|
|
-PKG_MD5SUM:=1765bf29d55fbefb9430dcf391b9a6da
|
|
17
|
+PKG_MD5SUM:=72390a741009017258c00a3268daa728
|
18
|
18
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
19
|
19
|
PKG_LICENSE:=AFL-2.1
|
20
|
20
|
|