aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ksh.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-08 01:37:02 +0000
committerMike McQuaid2014-03-08 01:37:44 +0000
commitdfc3219267e3ddde7a50288f9924fcb30259e675 (patch)
tree9a792226276ac704c9aa145ec608648986bb2d04 /Library/Formula/ksh.rb
parent5175abb3d51e4b60771b20b0c916046cf2f1c378 (diff)
downloadhomebrew-dfc3219267e3ddde7a50288f9924fcb30259e675.tar.bz2
ksh: add 93u+ bottle.
References #26644.
Diffstat (limited to 'Library/Formula/ksh.rb')
-rw-r--r--Library/Formula/ksh.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ksh.rb b/Library/Formula/ksh.rb
index be2c50049..91249f54e 100644
--- a/Library/Formula/ksh.rb
+++ b/Library/Formula/ksh.rb
@@ -19,6 +19,13 @@ class Ksh < Formula
sha1 "316428e9937806183a134aa1669dea40c3a73695"
version "93u+" # Versioning scheme: + means "+ patches", - means "beta/alpha".
+ bottle do
+ cellar :any
+ sha1 "fa65a4bbcc9a9c57db96d00c64cd1e5439eba5e3" => :mavericks
+ sha1 "4f46403e57e4ed2668f760d4c4dea09f321f4278" => :mountain_lion
+ sha1 "973d02e45b84e79fd65e56ed46b8b813553bad79" => :lion
+ end
+
resource "init" do
url "http://www2.research.att.com/~astopen/download/tgz/INIT.2012-08-01.tgz",
:using => KshDownloadStrategy