aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dash.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-01-16 14:19:42 +0000
committerJack Nagel2015-01-16 11:06:02 -0500
commit1a4e2959c0eed106b54906015cf499a4bff925fe (patch)
tree67dd70ada808c5c249e2e813300f12190ce1ffbe /Library/Formula/dash.rb
parentf32a24e0094d68c3d6c1b9bf7a659697033c7c4d (diff)
downloadhomebrew-1a4e2959c0eed106b54906015cf499a4bff925fe.tar.bz2
dash: add 0.5.8 bottle.
Diffstat (limited to 'Library/Formula/dash.rb')
-rw-r--r--Library/Formula/dash.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index e92b0de13..658944b3c 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -5,6 +5,13 @@ class Dash < Formula
url "http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz"
sha1 "cd058935bba545427caa375337afe8a6309477d2"
+ bottle do
+ cellar :any
+ sha1 "c1ac235981ac608abb8cdf5649676ac3f40afb2d" => :yosemite
+ sha1 "b626fcc3d0a9482b32d2c62b6faa99159324ea82" => :mavericks
+ sha1 "6f4795d3a2d23d1010b637b4212c664ac9e5055b" => :mountain_lion
+ end
+
head do
url 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
depends_on "autoconf" => :build