diff options
| author | Mike McQuaid | 2011-01-03 17:24:45 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2011-01-03 17:25:41 +0000 |
| commit | 29f618bec65c05ab1a00d8670fc320dae33f5a55 (patch) | |
| tree | 1d9e327a184614e6180c6b061d1f78b822110ff4 /Library | |
| parent | 8602eee2da615e816c4038163d30b8782976411e (diff) | |
| download | homebrew-29f618bec65c05ab1a00d8670fc320dae33f5a55.tar.bz2 | |
Fix redis version.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 6093568fe..2bbba5e0a 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -5,6 +5,7 @@ class Redis <Formula head 'git://github.com/antirez/redis.git' homepage 'http://code.google.com/p/redis/' sha1 '48300996d3d34cccf076330859f37248fa5f6c1b' + version '2.0.4' def install fails_with_llvm "Breaks with LLVM" |
