Updated Formula: redis 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fb7c2d8562
commit
8f5600ab3c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue