diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/redis.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index b0af41bf6..81fb92889 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -8,8 +8,8 @@ class Redis < Formula head 'https://github.com/antirez/redis.git', :branch => 'unstable' devel do - url 'http://redis.googlecode.com/files/redis-2.6.0-rc4.tar.gz' - sha1 'df702940c2249d71e6dc6b16c12e6fa12543cb8e' + url 'http://redis.googlecode.com/files/redis-2.6.0-rc5.tar.gz' + sha1 '8051ea9092f238d41966d761b6d80dffc987e37c' end fails_with :llvm do |
