diff options
| author | Dmitriy Kopylenko | 2010-10-15 08:26:53 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-15 07:59:19 -0700 |
| commit | b976ba5c99786fc2dfb37df96742af139a7863e9 (patch) | |
| tree | 4c4c52525456ced03cfb9abcba1f0a49e72fba22 /Library/Formula | |
| parent | 59cc0340fe8a3fd58e3d84431c0138df65803972 (diff) | |
| download | homebrew-b976ba5c99786fc2dfb37df96742af139a7863e9.tar.bz2 | |
Updated Formula: redis 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 c4c9a426d..ae82bb386 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.2.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.0.3.tar.gz' head 'git://github.com/antirez/redis.git' homepage 'http://code.google.com/p/redis/' - sha1 '1c958ac736a70e642ca8915ae8ac3119a202ae4e' + sha1 '306687159ee7cd2327da22593f1065d39583a997' def install fails_with_llvm "Breaks with LLVM" |
