aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mat.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mat.rb b/Library/Formula/mat.rb
index 38f33e9d7..1adbe4c68 100644
--- a/Library/Formula/mat.rb
+++ b/Library/Formula/mat.rb
@@ -21,6 +21,13 @@ class Mat < Formula
url "https://mat.boum.org/files/mat-0.5.2.tar.xz", :using => MatDownloadStrategy
sha1 "932ac13863c994ca8874e3271f817efd879e28c3"
+ bottle do
+ cellar :any
+ sha1 "3476e92b91bddb20d386c35c997662fe08805da6" => :yosemite
+ sha1 "2f30838e07c7c342c01afa3a7faaa5cde129b4ab" => :mavericks
+ sha1 "810fe4dfe335c5dc8331734b1ea9abbe207b446d" => :mountain_lion
+ end
+
depends_on :python => :optional
depends_on "coreutils"
depends_on "poppler"