# HG changeset patch # User John D # Date 1438518425 14400 # Node ID 063188e5c625b3751c6529f84f39ca0bc2d0f7f6 # Parent 16ce2dee4633722005feffe13d852d8aef3f159e dbus: update to v1.9.18 * src/dbus.mk: update version, checksum diff -r 16ce2dee4633 -r 063188e5c625 src/dbus.mk --- a/src/dbus.mk Sun Aug 02 08:25:35 2015 -0400 +++ b/src/dbus.mk Sun Aug 02 08:27:05 2015 -0400 @@ -3,8 +3,8 @@ PKG := dbus $(PKG)_IGNORE := -$(PKG)_VERSION := 1.9.10 -$(PKG)_CHECKSUM := a9741b6d017d6374c20bac2ea41262683b3e2386 +$(PKG)_VERSION := 1.9.18 +$(PKG)_CHECKSUM := b4d1c2870ff3fd9e25c482a24394cb0a20c40ee1 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)