aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mu.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb
index ff1fd81e1..0471fb656 100644
--- a/Library/Formula/mu.rb
+++ b/Library/Formula/mu.rb
@@ -18,6 +18,12 @@ class Mu < Formula
head "https://github.com/djcb/mu.git"
+ bottle do
+ sha1 "b9e3a478300b3391f6a38639e32694f5444bea2d" => :yosemite
+ sha1 "61b8eadfbfa482de3d1194c5cb8bc5a3cb0933d6" => :mavericks
+ sha1 "ef81baa0a3210ba9c4a7eeb9224574e1cc89e5d8" => :mountain_lion
+ end
+
option "with-emacs", "Build with emacs support"
depends_on "autoconf" => :build