aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSteve Agalloco2010-09-27 08:59:08 -0400
committerAdam Vandenberg2010-09-27 07:21:45 -0700
commit4219d1c527202f088bdce18b7464bb8c3f876360 (patch)
tree563c1237d8f3f8c288b7a9b0a6c735066acd40a8 /Library/Formula
parent0a6af06567d6903de46a834f861b59ba54f04581 (diff)
downloadhomebrew-4219d1c527202f088bdce18b7464bb8c3f876360.tar.bz2
updated redis to version 2.0.2
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 38d18f29a..c4c9a426d 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.1.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.0.2.tar.gz'
head 'git://github.com/antirez/redis.git'
homepage 'http://code.google.com/p/redis/'
- sha1 '364665c966c90eb5ab7d16065734a2b713d4b8eb'
+ sha1 '1c958ac736a70e642ca8915ae8ac3119a202ae4e'
def install
fails_with_llvm "Breaks with LLVM"