diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-08-17 23:53:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 23:53:07 +0200 |
commit | 5988204db7b932d4bf200fc105a0d6f466f3c7c0 (patch) | |
tree | b09da744c81df281001e15f60798a669400a0bf6 | |
parent | f8a7546537966f08e5c8ae397f601269334155bd (diff) |
utils/dbus: Update to 1.12.10
Update dbus to 1.12.10
Remove Steven Barth as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | utils/dbus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 433a1da7d..196d1aa8a 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dbus -PKG_VERSION:=1.12.8 +PKG_VERSION:=1.12.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus/ -PKG_HASH:=e2dc99e7338303393b6663a98320aba6a63421bcdaaf571c8022f815e5896eb3 -PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> +PKG_HASH:=4b693d24976258c3f2fa9cc33ad9288c5fbfa7a16481dbd9a8a429f7aa8cdcf7 +PKG_MAINTAINER:= PKG_LICENSE:=AFL-2.1 PKG_BUILD_PARALLEL:=1 |