diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/redis.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 2d813b06f..f48663c2d 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -6,6 +6,9 @@ class Redis < Formula sha1 "56c86a4f9eccaf29f934433c7c67a175e404b2f6" bottle do + sha1 "4b1e2d66d2202498aec7b99bc503458f26bc7432" => :mavericks + sha1 "536c1d27ebf94b8331d262b2adc3166a57dfc4b4" => :mountain_lion + sha1 "66613e9bd2a314de17bc21562eac954ad0a35355" => :lion end head 'https://github.com/antirez/redis.git', :branch => 'unstable' |
