aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-12 19:55:21 -0600
committerJack Nagel2013-11-12 19:55:21 -0600
commitbda4ffa2a41d47cd4eb9cba2df8d73eb0c084dab (patch)
tree6db2b96f4a9baa28d478cb038c3c512775c083fa /Library
parent8197e383420cdb7ec768ec6cc5f8b23e5839ddde (diff)
downloadhomebrew-bda4ffa2a41d47cd4eb9cba2df8d73eb0c084dab.tar.bz2
dbus 1.6.18
Diffstat (limited to 'Library')
-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