summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/dbus.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d086b74..3129e6a 100644
--- a/index.html
+++ b/index.html
@@ -1005,7 +1005,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="dbus-package">dbus</td>
- <td id="dbus-version">1.6.0</td>
+ <td id="dbus-version">1.6.2</td>
<td id="dbus-website"><a href="http://dbus.freedesktop.org/">dbus</a></td>
</tr>
<tr>
diff --git a/src/dbus.mk b/src/dbus.mk
index adf662c..45fddd6 100644
--- a/src/dbus.mk
+++ b/src/dbus.mk
@@ -3,7 +3,7 @@
PKG := dbus
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 9bfc971ff4cafa2741050d53a98cc7bfdc56880a
+$(PKG)_CHECKSUM := 09d55ac4ea4ccf0d233070909494028f5a4e1e63
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)