Skip to content

Commit

Permalink
d-bus 1.8.20, 1.9.20 (devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 23, 2015
1 parent 01cc368 commit 930ebd1
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions Formula/d-bus.rb
Expand Up @@ -2,21 +2,31 @@ class DBus < Formula
# releases: even (1.8.x) = stable, odd (1.9.x) = development
desc "Message bus system, providing inter-application communication"
homepage "https://wiki.freedesktop.org/www/Software/dbus"
url "http://dbus.freedesktop.org/releases/dbus/dbus-1.8.14.tar.gz"
sha256 "83425250a6a4c93b9ab4a349771a7700e8ddff2d73a5a088222ca47ae9ce1f1a"

stable do
url "http://dbus.freedesktop.org/releases/dbus/dbus-1.8.20.tar.gz"
mirror "https://mirrors.kernel.org/debian/pool/main/d/dbus/dbus_1.8.20.orig.tar.gz"
sha256 "5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a"

# Upstream fix for O_CLOEXEC portability
# http://cgit.freedesktop.org/dbus/dbus/commit/?id=5d91f615d18629eaac074fbde2ee7e17b82e5472
# This is fixed in 1.9.x but won't be fixed upstream for 1.8.x
patch do
url "http://cgit.freedesktop.org/dbus/dbus/patch/?id=5d91f615d18629eaac074fbde2ee7e17b82e5472"
sha256 "35a021c54da36b22d720acc23f5f133a609cb268e7cb16e36a772552e9cf3e69"
end
end

bottle do
sha1 "22806b6107833bea3b69099848c6f12add3625cc" => :yosemite
sha1 "d9271e1f6906883e42c9782b4ce43ce288ad8f8e" => :mavericks
sha1 "4162df1d33f03d55472155728bd2911653702798" => :mountain_lion
end

# Upstream fix for O_CLOEXEC portability
# http://cgit.freedesktop.org/dbus/dbus/commit/?id=5d91f615d18629eaac074fbde2ee7e17b82e5472
# This is fixed in 1.9.x but won't be fixed upstream for 1.8.x
patch do
url "http://cgit.freedesktop.org/dbus/dbus/patch/?id=5d91f615d18629eaac074fbde2ee7e17b82e5472"
sha256 "35a021c54da36b22d720acc23f5f133a609cb268e7cb16e36a772552e9cf3e69"
devel do
url "http://dbus.freedesktop.org/releases/dbus/dbus-1.9.20.tar.gz"
mirror "https://mirrors.kernel.org/debian/pool/main/d/dbus/dbus_1.9.20.orig.tar.gz"
sha256 "eca888e325c32c01fd9494d418b8b4550b8c71d05e1d977a195ed193108ae700"
end

def install
Expand Down

0 comments on commit 930ebd1

Please sign in to comment.