diff options
| author | Aku Kotkavuo | 2010-11-06 12:30:38 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-06 08:03:26 -0700 | 
| commit | 123276d643bdfe2d0ffaffc5ed579c6d54df1f3c (patch) | |
| tree | b93d788b81d4a347f8a614f0da988ba8dff423f7 /Library/Formula/redis.rb | |
| parent | d28f4d20bddf6fc14393d5d68c38b2b649b554fb (diff) | |
| download | homebrew-123276d643bdfe2d0ffaffc5ed579c6d54df1f3c.tar.bz2 | |
Update redis to 2.0.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
| -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 ae82bb386..46901fce4 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.3.tar.gz' +  url 'http://redis.googlecode.com/files/redis-2.0.4.tar.gz'    head 'git://github.com/antirez/redis.git'    homepage 'http://code.google.com/p/redis/' -  sha1 '306687159ee7cd2327da22593f1065d39583a997' +  sha1 'fee2f1960eda22385503517a9a6dcae610df84d5'    def install      fails_with_llvm "Breaks with LLVM"  | 
