aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-11-06 19:03:15 +0000
committerMike McQuaid2014-11-07 09:05:00 +0000
commit3b2c4b3ac747b43d8d657154259bb09aa7c781e7 (patch)
tree98c4e573ffceb6b12f77eb638af4440718412627 /Library/Formula
parent3f1d49334d1fb0d529b0a3d530cde6bcebc24421 (diff)
downloadhomebrew-3b2c4b3ac747b43d8d657154259bb09aa7c781e7.tar.bz2
makefile2graph: add 1.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/makefile2graph.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/makefile2graph.rb b/Library/Formula/makefile2graph.rb
index 86ae7a319..7ebe2294e 100644
--- a/Library/Formula/makefile2graph.rb
+++ b/Library/Formula/makefile2graph.rb
@@ -6,6 +6,13 @@ class Makefile2graph < Formula
sha1 "fd6799c23e4b9599f4caf23b0ce0993ab33362a8"
head "https://github.com/lindenb/makefile2graph.git"
+ bottle do
+ cellar :any
+ sha1 "17670db7e3a7e0b02ef812a6f7f803a9192dcf61" => :yosemite
+ sha1 "88171840b729d628a7ab58fc1febe312d87a970e" => :mavericks
+ sha1 "87b9cf5a1995046638de61c854b0c12f8457ed87" => :mountain_lion
+ end
+
depends_on "graphviz" => :recommended
def install