diff options
| author | BrewTestBot | 2014-03-23 22:45:18 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-23 22:50:33 +0000 | 
| commit | 3fa6a147254b4ddb6546419a4fcbc7234acf371d (patch) | |
| tree | 60ea3813908c8340217bc338f72c5f6da99350f8 /Library/Formula/gringo.rb | |
| parent | 4e802ba02cf460024e0489c8b41d5047217cfcbf (diff) | |
| download | homebrew-3fa6a147254b4ddb6546419a4fcbc7234acf371d.tar.bz2 | |
gringo: add 4.3.0 bottle.
Closes #27811.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/gringo.rb')
| -rw-r--r-- | Library/Formula/gringo.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gringo.rb b/Library/Formula/gringo.rb index 682be5220..5abecc45a 100644 --- a/Library/Formula/gringo.rb +++ b/Library/Formula/gringo.rb @@ -5,6 +5,11 @@ class Gringo < Formula    url 'https://downloads.sourceforge.net/project/potassco/gringo/4.3.0/gringo-4.3.0-source.tar.gz'    sha1 'dccb55c2c690ebe1f6599a43b6072bfb50eb5e83' +  bottle do +    cellar :any +    sha1 "1dc4996fd4469e987a5aab9c205cf157c3460c01" => :mavericks +  end +    depends_on 're2c'  => :build    depends_on 'scons' => :build    depends_on 'bison' => :build  | 
