aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 15:41:51 +0100
committerBrewTestBot2014-10-22 15:41:51 +0100
commita7dc7c96a52589bcec03cc7850e2181db14174b3 (patch)
tree872309a886c19fb2047566db259def6d68dffd26 /Library
parent77c341ef87f673a4d726a570632b3afb243f6758 (diff)
downloadhomebrew-a7dc7c96a52589bcec03cc7850e2181db14174b3.tar.bz2
dialog: add 1.2-20130928 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dialog.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dialog.rb b/Library/Formula/dialog.rb
index bf1275cd6..c87e0efcc 100644
--- a/Library/Formula/dialog.rb
+++ b/Library/Formula/dialog.rb
@@ -5,6 +5,13 @@ class Dialog < Formula
url 'ftp://invisible-island.net/dialog/dialog-1.2-20130928.tgz'
sha1 '204d852856754817f5590f60ffaa1c07a8ed35ca'
+ bottle do
+ cellar :any
+ sha1 "ed04a10d2cbe61af48b5a0c5232f9612efb2b6a6" => :yosemite
+ sha1 "bd04f2988844a9be9aed5796aff53365ff635a76" => :mavericks
+ sha1 "4ef77c2932c8a75f79170a98e9434201744e0193" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"