parent
fb7c2d8562
commit
8f5600ab3c
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Redis <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'
|
head 'git://github.com/antirez/redis.git'
|
||||||
homepage 'http://code.google.com/p/redis/'
|
homepage 'http://code.google.com/p/redis/'
|
||||||
sha1 '1c958ac736a70e642ca8915ae8ac3119a202ae4e'
|
sha1 '306687159ee7cd2327da22593f1065d39583a997'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
fails_with_llvm "Breaks with LLVM"
|
fails_with_llvm "Breaks with LLVM"
|
||||||
|
|
Loading…
Reference in New Issue