diff options
| author | BrewTestBot | 2015-04-01 20:03:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-13 12:17:32 -0700 | 
| commit | 5599ee994ed56c93e2544f1c595af9d9b836e68e (patch) | |
| tree | 1d747d2d9033f988c17a4cff41dc6304829d62cc | |
| parent | b75b74e5cbfea1dba1242a25296ef1e6899e8547 (diff) | |
| download | homebrew-5599ee994ed56c93e2544f1c595af9d9b836e68e.tar.bz2 | |
redis: update 3.0.0 bottle.
| -rw-r--r-- | Library/Formula/redis.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 7840779f8..2d47fb144 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -4,9 +4,9 @@ class Redis < Formula    sha1 "c75fd32900187a7c9f9d07c412ea3b3315691c65"    bottle do -    sha1 "ba238ce5e71f5c0c3cb997ebda0cf594f75e8069" => :yosemite -    sha1 "0902233ed41683e22a1ecd8010f2875c9b0b9dba" => :mavericks -    sha1 "4b8100b40edd0e6ef695e28bf4fd30360939c3f3" => :mountain_lion +    sha256 "9222eb768c9f165d35fa923b6ddaf57830928d5bf281b4d794aa14dd63fe5a04" => :yosemite +    sha256 "283dd74ac65cc8a793144d732b51ec3d125e39172990f12dc7569dd107d25bf2" => :mavericks +    sha256 "20c407d4ff095a40f3eb3980652adae13e75316c33526c34bd73be19a5df2dab" => :mountain_lion    end    head "https://github.com/antirez/redis.git", :branch => "unstable" | 
