diff options
author | Mark Brand <mabrand@mabrand.nl> | 2014-06-11 08:50:45 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2014-06-11 08:50:45 (GMT) |
commit | 34f59bddd02456080dd59b29dce2de0d3563ac8e (patch) | |
tree | effc6d4ec9e4c54afab8c4d656f7800cbc8426b5 /src/dbus.mk | |
parent | f4202755f56e4062d64fce3c731e0db4c2c695ff (diff) | |
download | mxe-34f59bddd02456080dd59b29dce2de0d3563ac8e.zip mxe-34f59bddd02456080dd59b29dce2de0d3563ac8e.tar.gz mxe-34f59bddd02456080dd59b29dce2de0d3563ac8e.tar.bz2 |
update package dbus
Diffstat (limited to 'src/dbus.mk')
-rw-r--r-- | src/dbus.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus.mk b/src/dbus.mk index 83a5f5d..9ef6919 100644 --- a/src/dbus.mk +++ b/src/dbus.mk @@ -3,8 +3,8 @@ PKG := dbus $(PKG)_IGNORE := -$(PKG)_VERSION := 1.8.2 -$(PKG)_CHECKSUM := 00920d24935ce1fd28cf168b09706e09bf6d4746 +$(PKG)_VERSION := 1.8.4 +$(PKG)_CHECKSUM := 316f1196312a88cc858ba810d4e5d16f70ab9d58 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE) |