aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-09-10 14:53:38 +0100
committerMike McQuaid2014-09-10 15:27:39 +0100
commitd436fbdc825eaa63d28983c524b8a0f55a389a4c (patch)
tree60e0cc6d199a7f405d2feb8172b72d3b7b50c595 /Library/Formula
parent154735905e90e23f3bdb9abed33f353a11047efd (diff)
downloadhomebrew-d436fbdc825eaa63d28983c524b8a0f55a389a4c.tar.bz2
mksh: add R50b bottle.
Closes #32211. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mksh.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb
index 2d7cd05d0..aeb4bcd94 100644
--- a/Library/Formula/mksh.rb
+++ b/Library/Formula/mksh.rb
@@ -5,6 +5,13 @@ class Mksh < Formula
url 'http://mirbsd.org/MirOS/dist/mir/mksh/mksh-R50b.tgz'
sha1 '5554d18126eb861caa71891d6a135014b9aabb99'
+ bottle do
+ cellar :any
+ sha1 "b643e1c9418f9bb4f46487d4351c43aa9195f094" => :mavericks
+ sha1 "f274f48e9e8d7fc29cb4f018d733ffe43e696fb0" => :mountain_lion
+ sha1 "35c935b1912d577e04e4090b59080ba7f4cb204d" => :lion
+ end
+
def install
system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine")
bin.install 'mksh'