aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-05-31 00:03:52 +0100
committerJack Nagel2014-05-30 18:07:00 -0500
commit1af81b3818219bcd85ccab1cac28e85af37d79f0 (patch)
treea3487e809c0a03a7289e5e065d51d69aa7faa93f /Library
parent14eb64c90059422c0739329609a05a06e72be20e (diff)
downloadhomebrew-1af81b3818219bcd85ccab1cac28e85af37d79f0.tar.bz2
mplayershell: add 0.9.2 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mplayershell.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mplayershell.rb b/Library/Formula/mplayershell.rb
index 2a6b83b20..01977a79e 100644
--- a/Library/Formula/mplayershell.rb
+++ b/Library/Formula/mplayershell.rb
@@ -14,6 +14,13 @@ class Mplayershell < Formula
head 'https://github.com/donmelton/MPlayerShell.git'
+ bottle do
+ cellar :any
+ sha1 "fc5c7c41b3537b8fd77b063cb926813e01be21e5" => :mavericks
+ sha1 "07d4cdafc128653a5268fa9e699041c5438366a6" => :mountain_lion
+ sha1 "d48c7897bbaf5b962fca94b1af24fccd932bd72e" => :lion
+ end
+
depends_on MPlayerPresented
depends_on :macos => :lion
depends_on :xcode => :build