Updated Formula: redis 2.0.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Dmitriy Kopylenko 2010-10-15 08:26:53 -04:00 committed by Adam Vandenberg
parent fb7c2d8562
commit 8f5600ab3c

View file

@ -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"