lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e056e5792e25034696e8b664318b73148fd8e79e
parent 9e30e779f95670c9d2334767824f13131c94a58a
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 17 Feb 2015 16:11:00 +0100

dbus: bump to 1.9.10

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mutils/dbus/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.8 -PKG_RELEASE:=2 +PKG_VERSION:=1.9.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/ -PKG_MD5SUM:=1765bf29d55fbefb9430dcf391b9a6da +PKG_MD5SUM:=72390a741009017258c00a3268daa728 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=AFL-2.1