aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-09-08 09:21:39 +0100
committerMike McQuaid2014-09-08 09:34:02 +0100
commitc1d5e666cecb3a8a8f3dbc676f68dad92097157c (patch)
tree2c0d50eefd719f939b40227360455f0ac169482a /Library/Formula
parent2b5978601acfcfb5dbca449a9827bf461d764e31 (diff)
downloadhomebrew-c1d5e666cecb3a8a8f3dbc676f68dad92097157c.tar.bz2
gnu-cobol: add 1.1 bottle.
Closes #32111. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnu-cobol.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gnu-cobol.rb b/Library/Formula/gnu-cobol.rb
index 9178306be..4fbc83112 100644
--- a/Library/Formula/gnu-cobol.rb
+++ b/Library/Formula/gnu-cobol.rb
@@ -5,6 +5,12 @@ class GnuCobol < Formula
url 'https://downloads.sourceforge.net/project/open-cobol/gnu-cobol/1.1/gnu-cobol-1.1.tar.gz'
sha1 "86e928c43cb3372f1f4564f3fd5e1dde668e8c1f"
+ bottle do
+ sha1 "322762bbffd52fb562106ea1d30c84bb4b7a5927" => :mavericks
+ sha1 "55dea1ba4f72978138421002797a39dddf7c57db" => :mountain_lion
+ sha1 "266928cdada40595d5b054d57e276d7990943f32" => :lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "berkeley-db4"