diff options
| -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" |
