From d14272b8e43ab238e42e688e67fcaed74b1bad81 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sun, 29 Jun 2014 04:47:43 +0100 Subject: [PATCH] aggregate: add 1.6 bottle. --- Formula/aggregate.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/aggregate.rb b/Formula/aggregate.rb index c095e72783..d154d40f9a 100644 --- a/Formula/aggregate.rb +++ b/Formula/aggregate.rb @@ -5,6 +5,13 @@ class Aggregate < Formula url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz' sha1 '13420baf4f3f93dbed3c380ab6cca175609c5d7d' + bottle do + cellar :any + sha1 "94eb9307d2f12e20663b6c47e3a60317ab7ac6e6" => :mavericks + sha1 "b2f030ab1484299fa1fffbcfbcd4e84e8726e1bc" => :mountain_lion + sha1 "c2a27bf04eb3efcafbf4b271e7cfb7b520eac7f4" => :lion + end + # Note - Freecode is no longer being updated & an alternative homepage should be found if possible. conflicts_with 'crush-tools', :because => 'both install an `aggregate` binary'