aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-08-20 04:40:10 +0100
committerMike McQuaid2014-08-20 12:24:48 +0100
commit3490ec08d4ffed770a1fcd78341dd6d0875d651e (patch)
tree5ee78e88e8f50b582c780dd2edaaab35687b4ece
parentbb4b2e99679bb5ecd05b9b6a672e6c2f3bf36c69 (diff)
downloadhomebrew-3490ec08d4ffed770a1fcd78341dd6d0875d651e.tar.bz2
mpdscribble: add 0.22 bottle.
Closes #31710. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/mpdscribble.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mpdscribble.rb b/Library/Formula/mpdscribble.rb
index e2aad0282..f5b2c2a88 100644
--- a/Library/Formula/mpdscribble.rb
+++ b/Library/Formula/mpdscribble.rb
@@ -5,6 +5,12 @@ class Mpdscribble < Formula
url 'http://www.musicpd.org/download/mpdscribble/0.22/mpdscribble-0.22.tar.gz'
sha1 '3b4a1a71130deea1720bbfeb104fdcae298f52de'
+ bottle do
+ sha1 "975024cac5d4bc41221f7f9a6fcd889a487e658d" => :mavericks
+ sha1 "bc541d05e57c74932ae0151d2271fd51bcb022fe" => :mountain_lion
+ sha1 "3d45208c83304423bdca07e5c26d7d37d2271170" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'libmpdclient'