aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/d-bus.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb
index 71c6b2dba..b8ebec883 100644
--- a/Library/Formula/d-bus.rb
+++ b/Library/Formula/d-bus.rb
@@ -2,8 +2,8 @@ require 'formula'
class DBus < Formula
homepage 'http://www.freedesktop.org/wiki/Software/dbus'
- url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.6.12.tar.gz'
- sha256 'f67a7abfd6d045c1e9eba2bba4199d301836bc0c6e8a727c765913aba780ee92'
+ url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.6.18.tar.gz'
+ sha256 '7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd'
def install
# Fix the TMPDIR to one D-Bus doesn't reject due to odd symbols
@@ -24,7 +24,9 @@ class DBus < Formula
system "make install"
(prefix+'org.freedesktop.dbus-session.plist').chmod 0644
+ end
+ def post_install
# Generate D-Bus's UUID for this machine
system "#{bin}/dbus-uuidgen", "--ensure=#{var}/lib/dbus/machine-id"
end