diff options
| author | Steve Agalloco | 2010-09-10 13:55:07 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-10 11:05:57 -0700 |
| commit | 1364d1d046744b072b4fe803c0481c369d5a0a29 (patch) | |
| tree | a5b37bd997c9aad6bf3d86e3e4a7565ffbd00516 /Library | |
| parent | 51664e6a1d9f6aa75761b5daf5487a7fd1831342 (diff) | |
| download | homebrew-1364d1d046744b072b4fe803c0481c369d5a0a29.tar.bz2 | |
upgraded redis to 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 276d2c90a..38d18f29a 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -1,10 +1,10 @@ require 'formula' class Redis <Formula - url 'http://redis.googlecode.com/files/redis-2.0.0.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.0.1.tar.gz' head 'git://github.com/antirez/redis.git' homepage 'http://code.google.com/p/redis/' - sha1 '078601a2ee6d900f938709c9b40526646a449453' + sha1 '364665c966c90eb5ab7d16065734a2b713d4b8eb' def install fails_with_llvm "Breaks with LLVM" |
