aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-07-24 17:09:24 -0600
committerJack Nagel2014-07-24 20:58:44 -0500
commit7cbe328070227eaac093167f604c6d9b92704e40 (patch)
tree01754cd8e67e161c4e1b7b6060346f40854dada3 /Library/Formula
parentf20997162a6363d73790bad5cd1d5bcb02ead493 (diff)
downloadhomebrew-7cbe328070227eaac093167f604c6d9b92704e40.tar.bz2
d-bus 1.8.6
Update to latest stable release, change single quotes to double. Closes #31102. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/d-bus.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb
index 2866f4aae..d52a5e424 100644
--- a/Library/Formula/d-bus.rb
+++ b/Library/Formula/d-bus.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class DBus < Formula
- homepage 'http://www.freedesktop.org/wiki/Software/dbus'
- url "http://dbus.freedesktop.org/releases/dbus/dbus-1.8.4.tar.gz"
- sha1 "316f1196312a88cc858ba810d4e5d16f70ab9d58"
+ homepage "http://www.freedesktop.org/wiki/Software/dbus"
+ url "http://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz"
+ sha1 "ad7cb87cdce66533479a9d7c1c956bdb0243ad87"
bottle do
sha1 "07a7bd9331dcf60f0db9d9efd199c3e3164dbb54" => :mavericks
@@ -29,7 +29,7 @@ class DBus < Formula
ENV.deparallelize
system "make install"
- (prefix+'org.freedesktop.dbus-session.plist').chmod 0644
+ (prefix+"org.freedesktop.dbus-session.plist").chmod 0644
end
def post_install