aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-25 09:20:34 +0100
committerMisty De Meo2015-04-25 01:21:01 -0700
commit38723f1d120b037dd96e9338a74697b59602a8b0 (patch)
tree4d9a97aff4db909c6a500ece36ac98713dd26a09
parent0c3466bed8b36a3370a9519e910cd92de55532a4 (diff)
downloadhomebrew-38723f1d120b037dd96e9338a74697b59602a8b0.tar.bz2
mdxmini: add 20140608 bottle.
-rw-r--r--Library/Formula/mdxmini.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/mdxmini.rb b/Library/Formula/mdxmini.rb
index c4e9d83d3..cd93d5f80 100644
--- a/Library/Formula/mdxmini.rb
+++ b/Library/Formula/mdxmini.rb
@@ -4,6 +4,14 @@ class Mdxmini < Formula
version "20140608"
sha256 "a3c4f1b60a3771826de9d3615a7485126818811a3b119ee1354e7b1cb84b66b3"
+ bottle do
+ cellar :any
+ revision 1
+ sha256 "bb3f0d5bbdf5821be5b0d89c2853dd5eda4c1fffa10cc1d294d4c2b63b2566b1" => :yosemite
+ sha256 "68d0cbfa239f1f57fee504253d9fe5ed2dc3ac98ae664d09ab4c5e8073307a01" => :mavericks
+ sha256 "6a554417e024538317fc92d7a13f82a31aac23b2a79a76b93ef33dee85329970" => :mountain_lion
+ end
+
option "with-lib-only", "Do not build commandline player"
deprecated_option "lib-only" => "with-lib-only"