diff options
| author | Jack Nagel | 2013-07-24 21:10:52 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-07-24 21:10:55 -0500 | 
| commit | 2797501156c12424267a1c6887ff711846a33e0e (patch) | |
| tree | d5d3336bb5f26065764c40df7132a63f5c140a09 /Library/Formula/d-bus.rb | |
| parent | 40b9afe9edc5b2d723ba16d0f1fc15e6c6c4b7b3 (diff) | |
| download | homebrew-2797501156c12424267a1c6887ff711846a33e0e.tar.bz2 | |
dbus 1.6.12
Diffstat (limited to 'Library/Formula/d-bus.rb')
| -rw-r--r-- | Library/Formula/d-bus.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb index afc28d1de..71c6b2dba 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.10.tar.gz' -  sha256 '1f3d6f4a53a7121328f6cd685fc14440d72e6c0006ecb3312cc779c495915e86' +  url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.6.12.tar.gz' +  sha256 'f67a7abfd6d045c1e9eba2bba4199d301836bc0c6e8a727c765913aba780ee92'    def install      # Fix the TMPDIR to one D-Bus doesn't reject due to odd symbols  | 
