aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-31 15:26:17 +0200
committerMike McQuaid2014-07-31 15:26:17 +0200
commit7acce6d8225fc440b941dc2dc15db1d47f526b64 (patch)
tree10f0398506ce4b59775b65d3b5e2dc2a60a567e5 /Library/Formula/mpd.rb
parentd8a706f7d1fd0de41335f75e13b065d435d5ace3 (diff)
downloadhomebrew-7acce6d8225fc440b941dc2dc15db1d47f526b64.tar.bz2
mpd: add 0.18.12 bottle.
Closes #31265. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mpd.rb')
-rw-r--r--Library/Formula/mpd.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 0ab1e3fe4..47919284e 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -8,6 +8,12 @@ class Mpd < Formula
sha1 "99ba27a541cb18fcd093d93551d34c1c3145ba49"
end
+ bottle do
+ sha1 "ab143fb0d51c515e3843f5d9ec94049c38dee147" => :mavericks
+ sha1 "3a9031df83d678a8bfe8ee3a44df5fb9582acacd" => :mountain_lion
+ sha1 "a378b8824edd4324823a6be70cbb6ff301ecc90d" => :lion
+ end
+
head do
url "git://git.musicpd.org/master/mpd.git"
depends_on "autoconf" => :build