diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 98c311625..0acd22e2d 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -5,6 +5,12 @@ class Redis < Formula url 'http://download.redis.io/releases/redis-2.8.3.tar.gz' sha1 'a751371eeed5f5f02965eb34d989c1963dd8d8c7' + bottle do + sha1 'f6603de53354d870a84259ed6bf105cc86a3ed96' => :mavericks + sha1 'ec5633db0100bfdd27433cd4c83b3444de94147f' => :mountain_lion + sha1 'c2d7629dd955136191bf2aff7753666983113603' => :lion + end + head 'https://github.com/antirez/redis.git', :branch => 'unstable' fails_with :llvm do |
