From c183c446f99840006000adcf7f6e7076c3a3c509 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 16 Oct 2014 21:00:16 +0100 Subject: [PATCH] hashpump: add 1.1.0_1 bottle. Closes Homebrew/homebrew#33229. Signed-off-by: Mike McQuaid --- Formula/hashpump.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/hashpump.rb b/Formula/hashpump.rb index 4016ddf86c..c313950e90 100644 --- a/Formula/hashpump.rb +++ b/Formula/hashpump.rb @@ -4,6 +4,13 @@ class Hashpump < Formula homepage "https://github.com/bwall/HashPump" url "https://github.com/bwall/HashPump/archive/v1.1.0.tar.gz" sha1 "610582b0e4c86bbcbe5620d4a3ad48e9c3046817" + bottle do + cellar :any + sha1 "b205ab988f9d104af20fc395167a2fd101acc2fb" => :mavericks + sha1 "38feeea2fae40cdeadee93423cc32d564775f8b7" => :mountain_lion + sha1 "0b6068bb47267c3df84c9fd51656e2760fba1cd8" => :lion + end + revision 1 depends_on "openssl"