diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpd.rb | 6 |
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 |
