aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDmitriy Kopylenko2010-10-15 08:26:53 -0400
committerAdam Vandenberg2010-10-15 07:59:19 -0700
commitb976ba5c99786fc2dfb37df96742af139a7863e9 (patch)
tree4c4c52525456ced03cfb9abcba1f0a49e72fba22 /Library/Formula
parent59cc0340fe8a3fd58e3d84431c0138df65803972 (diff)
downloadhomebrew-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.rb4
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"