diff options
| author | BrewTestBot | 2014-12-04 14:28:58 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-04 17:25:36 +0000 |
| commit | 96c4007d6f896d445466da0e7b4d67159977a5dd (patch) | |
| tree | f9211b48b92e6f04dcfa65ee050b7e980ee02754 | |
| parent | 6914e926a58c8a91b2a1133f2ce232793005f627 (diff) | |
| download | homebrew-96c4007d6f896d445466da0e7b4d67159977a5dd.tar.bz2 | |
redis: update 2.8.18 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 5c648039b..19235fc6e 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -6,9 +6,9 @@ class Redis < Formula sha1 "129629262fea2bc60daa542f52457e65e6aa7fd5" bottle do - sha1 "749cb76075887dae929b91b4a14fd376e4c2c1c5" => :mavericks - sha1 "601257c4bc1b39bfb450e6dc6f113fa9a73fb8f8" => :mountain_lion - sha1 "3716fd757f9911610f9d24cb51ecd9a52d71228c" => :lion + sha1 "f569122156b3029ecef204a9bfe840f713504e13" => :yosemite + sha1 "4f6bbef844010227487a278bf5f477688dd515d7" => :mavericks + sha1 "da97629782ef58e777c3335dd610a1c5246aeb46" => :mountain_lion end head 'https://github.com/antirez/redis.git', :branch => 'unstable' |
