diff options
| author | BrewTestBot | 2014-10-22 15:41:53 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 15:57:14 +0100 | 
| commit | 961547da3375a8bd308f56a4d00ca5ffd5399aba (patch) | |
| tree | d7b7e66dbba30a8c525659179d8e8819bf819259 /Library | |
| parent | f738649058088a6109e35e817ad0ac205a6d09bd (diff) | |
| download | homebrew-961547da3375a8bd308f56a4d00ca5ffd5399aba.tar.bz2 | |
zookeeper: update 3.4.6_1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index fa074e85e..3fd346f0a 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -19,9 +19,10 @@ class Zookeeper < Formula    end    bottle do -    sha1 "44d960c61b67308c2e6e510399505582afe2904d" => :mavericks -    sha1 "df1c9ff667738859b1362541bcd14bcdfcf6804c" => :mountain_lion -    sha1 "23cdb5e2a183ef2593b4d7c4e2047fb7a774e031" => :lion +    revision 1 +    sha1 "4ef32a515592565bdf88546b9773725e4079a080" => :yosemite +    sha1 "c2db3e5bf5f66cd575a827842d667ec7f1acf6d0" => :mavericks +    sha1 "ac54b226852c9ec51477de8263bec2c767f7e842" => :mountain_lion    end    head do  | 
